(liece-command-save-variables): Fixed.
authorueno <ueno>
Sat, 24 May 2003 18:08:37 +0000 (18:08 +0000)
committerueno <ueno>
Sat, 24 May 2003 18:08:37 +0000 (18:08 +0000)
lisp/liece-commands.el

index 01f4913..2d20e1b 100644 (file)
@@ -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))