emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/cus-start.el


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/cus-start.el
Date: Wed, 16 Feb 2005 04:37:20 -0500

Index: emacs/lisp/cus-start.el
diff -c emacs/lisp/cus-start.el:1.67 emacs/lisp/cus-start.el:1.68
*** emacs/lisp/cus-start.el:1.67        Mon Feb 14 23:40:46 2005
--- emacs/lisp/cus-start.el     Wed Feb 16 09:37:20 2005
***************
*** 312,318 ****
          ;; use the current value as the standard value.
          standard (if (nthcdr 4 this)
                       (nth 4 this)
!                    (when (boundp symbol)
                       (funcall quoter (default-value symbol))))
          ;; Don't complain about missing variables which are
          ;; irrelevant to this platform.
--- 312,318 ----
          ;; use the current value as the standard value.
          standard (if (nthcdr 4 this)
                       (nth 4 this)
!                    (when (default-boundp symbol)
                       (funcall quoter (default-value symbol))))
          ;; Don't complain about missing variables which are
          ;; irrelevant to this platform.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]