Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
lyskom-elisp-client
lyskom-elisp-client
Commits
53b28c22
Commit
53b28c22
authored
Feb 20, 2001
by
Joel Rosdahl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use name of current user as default in kom-change-parenthesis.
parent
8d185d16
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
src/commands1.el
src/commands1.el
+6
-1
No files found.
src/commands1.el
View file @
53b28c22
...
...
@@ -1762,7 +1762,12 @@ converted so that the search is case insensitive."
(
interactive
)
(
let
((
conf-stat
(
lyskom-read-conf-stat
(
lyskom-get-string
'name-to-be-changed
)
'
(
all
)
nil
nil
t
)))
'
(
all
)
nil
(
cons
(
conf-stat->name
(
blocking-do
'get-conf-stat
lyskom-pers-no
))
0
)
t
)))
(
if
(
null
conf-stat
)
(
lyskom-insert-string
'no-such-conf-or-pers
)
(
if
(
string-match
"^\\(.*\\)(\\(.*\\))\\(.*\\)$"
(
conf-stat->name
conf-stat
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment