emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/lisp/custom.el
Date: Mon, 05 Sep 2005 23:14:47 -0400

Index: emacs/lisp/custom.el
diff -c emacs/lisp/custom.el:1.101 emacs/lisp/custom.el:1.102
*** emacs/lisp/custom.el:1.101  Mon Sep  5 19:50:02 2005
--- emacs/lisp/custom.el        Tue Sep  6 03:14:46 2005
***************
*** 649,655 ****
        (progn
          (setcar (cdr setting) mode)
          (setcar (cddr setting) value))
!       (if (null old)
          (setq old
                (list
                 (list 'standard 'set
--- 649,656 ----
        (progn
          (setcar (cdr setting) mode)
          (setcar (cddr setting) value))
!       (if (and (null old)
!              (boundp symbol))
          (setq old
                (list
                 (list 'standard 'set




reply via email to

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