projects
/
elisp
/
liece.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b46e381
)
(liece-command-save-variables): Fixed.
author
ueno
<ueno>
Sat, 24 May 2003 18:08:37 +0000
(18:08 +0000)
committer
ueno
<ueno>
Sat, 24 May 2003 18:08:37 +0000
(18:08 +0000)
lisp/liece-commands.el
patch
|
blob
|
history
diff --git
a/lisp/liece-commands.el
b/lisp/liece-commands.el
index
01f4913
..
2d20e1b
100644
(file)
--- a/
lisp/liece-commands.el
+++ b/
lisp/liece-commands.el
@@
-838,10
+838,7
@@
Prefix argument ARG is regarded as distance from yank pointer."
print-length)
(dolist (variable liece-saved-forms)
(prin1 `(setq ,variable
- ',(let ((value (symbol-value variable)))
- (if (memq value '(t nil))
- value
- (list 'quote value))))
+ ',(symbol-value variable))
(current-buffer))
(insert "\n"))))
(setq liece-save-variables-are-dirty nil))