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
777abb7b
Commit
777abb7b
authored
Oct 23, 2003
by
Joel Rosdahl
Browse files
Fix bug 1137:
* commands1.el (lyskom-read-mark-type): Handle empty input correctly.
parent
c3dc60d4
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/ChangeLog
View file @
777abb7b
2003-10-23 Joel Rosdahl <joel@rosdahl.net>
Fix bug 1137:
* commands1.el (lyskom-read-mark-type): Handle empty
input correctly.
2003-09-15 Per Cederqvist <ceder@ingate.com>
* swedish-strings.el (lyskom-message): Added missing verb in
...
...
src/commands1.el
View file @
777abb7b
...
...
@@ -2285,6 +2285,8 @@ exist."
prompt
(
lyskom-maybe-frob-completion-table
completions
)))
(
mark-assoc
(
lyskom-string-assoc
mark
completions
)))
(
when
(
null
mark
)
(
setq
mark
""
))
(
cond
;; Default completion.
((
and
nildefault
...
...
@@ -2302,6 +2304,7 @@ exist."
;; Incorrect completion; create new symbolic mark type.
((
and
create-nonexistent
(
not
(
string=
mark
""
))
(
lyskom-j-or-n-p
(
lyskom-format
(
lyskom-get-string
'want-to-create-symbolic-mark
)
...
...
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