Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
lyskom-elisp-client
lyskom-elisp-client
Commits
53b28c22
Commit
53b28c22
authored
Feb 20, 2001
by
Joel Rosdahl
Browse files
Use name of current user as default in kom-change-parenthesis.
parent
8d185d16
Changes
1
Hide whitespace changes
Inline
Side-by-side
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
Supports
Markdown
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