Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
lyskom-elisp-client
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
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."
...
@@ -1762,7 +1762,12 @@ converted so that the search is case insensitive."
(
interactive
)
(
interactive
)
(
let
((
conf-stat
(
lyskom-read-conf-stat
(
let
((
conf-stat
(
lyskom-read-conf-stat
(
lyskom-get-string
'name-to-be-changed
)
(
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
)
(
if
(
null
conf-stat
)
(
lyskom-insert-string
'no-such-conf-or-pers
)
(
lyskom-insert-string
'no-such-conf-or-pers
)
(
if
(
string-match
"^\\(.*\\)(\\(.*\\))\\(.*\\)$"
(
conf-stat->name
conf-stat
))
(
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