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
Open sidebar
emacs
emacs
Commits
1468535e
Commit
1468535e
authored
Feb 15, 1999
by
Richard M. Stallman
Browse files
(widget-choice-value-create): Use `equal' instead of `eq'.
parent
a63063ae
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/wid-edit.el
lisp/wid-edit.el
+1
-1
No files found.
lisp/wid-edit.el
View file @
1468535e
...
...
@@ -1947,7 +1947,7 @@ If END is omitted, it defaults to the length of LIST."
(explicit (widget-get widget :explicit-choice))
(explicit-value (widget-get widget :explicit-choice-value))
current)
(
if
(
and
explicit
(
eq
value
explicit-value
))
(if (and explicit (eq
ual
value explicit-value))
(progn
;; If the user specified the choice for this value,
;; respect that choice as long as the value is the same.
...
...
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