Skip to content
GitLab
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
2528183d
Commit
2528183d
authored
Oct 03, 1991
by
Linus Tolke
Browse files
Fix in kom-edit-insert-text
parent
7b1c4775
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/ChangeLog
View file @
2528183d
No preview for this file type
src/edit-text.el
View file @
2528183d
...
...
@@ -359,7 +359,13 @@ Entry to this mode runs lyskom-edit-mode-hook."
(
defun
kom-edit-insert-text
(
no
)
"Insert the text number NO with '>' first on each line"
(
interactive
(
format
"N%s"
(
lyskom-get-string
'which-text-include
)))
(
interactive
(
list
(
cond
((
null
current-prefix-arg
)
(
string-to-int
(
read-from-minibuffer
(
format
"%s"
(
lyskom-get-string
'which-text-include
)))))
((
prefix-numeric-value
current-prefix-arg
)))))
(
let
((
buffer
(
current-buffer
)))
(
set-buffer
(
process-buffer
lyskom-proc
))
(
initiate-get-text
'edit
'lyskom-edit-insert-commented
no
buffer
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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