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
3bb9f12e
Commit
3bb9f12e
authored
Sep 01, 1991
by
Linus Tolke
Browse files
Kommentera skriver numret i bufferten
parent
27dd5911
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/ChangeLog
View file @
3bb9f12e
No preview for this file type
src/commands1.el
View file @
3bb9f12e
...
...
@@ -614,7 +614,12 @@ If optional arg TEXT-NO is present write a comment to that text instead."
(
car
current-prefix-arg
))
(
t
(
signal
'lyskom-internal-error
'
(
kom-write-comment
))))))
(
lyskom-start-of-command
'kom-write-comment
)
(
lyskom-start-of-command
(
concat
(
car
(
cdr
(
assoc
'kom-write-comment
lyskom-commands
)))
(
if
text-no
(
format
" (%d)"
text-no
)
""
)))
(
if
text-no
(
progn
(
lyskom-collect
'main
)
...
...
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