Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
eab26a2f
Commit
eab26a2f
authored
Nov 25, 2001
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(sc-toggle-var): Don't use set-variable or eval-expression.
Eval and set the variable simply.
parent
388d6ab5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/mail/supercite.el
lisp/mail/supercite.el
+1
-1
No files found.
lisp/mail/supercite.el
View file @
eab26a2f
...
...
@@ -1870,7 +1870,7 @@ VARIABLE must be a bound symbol. Nil values change to t, non-nil
values are changed to nil."
(
message
"%s changed from %s to %s"
variable
(
symbol-value
variable
)
(
set
-variable
variable
(
not
(
eval-expression
variable
))))
(
set
variable
(
not
(
symbol-value
variable
))))
(
sc-set-mode-string
))
(
defun
sc-set-variable
(
var
)
...
...
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