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: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/lisp/custom.el
Date: Sat, 12 Feb 2005 12:56:32 -0500

Index: emacs/lisp/custom.el
diff -c emacs/lisp/custom.el:1.79 emacs/lisp/custom.el:1.80
*** emacs/lisp/custom.el:1.79   Thu Feb 10 06:41:26 2005
--- emacs/lisp/custom.el        Sat Feb 12 17:56:32 2005
***************
*** 777,783 ****
      (while args
        (let ((entry (car args)))
        (if (listp entry)
!           (let* ((symbol (nth 0 entry))
                   (value (nth 1 entry))
                   (now (nth 2 entry))
                   (requests (nth 3 entry))
--- 777,783 ----
      (while args
        (let ((entry (car args)))
        (if (listp entry)
!           (let* ((symbol (indirect-variable (nth 0 entry)))
                   (value (nth 1 entry))
                   (now (nth 2 entry))
                   (requests (nth 3 entry))
***************
*** 809,815 ****
          (message "Warning: old format `custom-set-variables'")
          (ding)
          (sit-for 2)
!         (let ((symbol (nth 0 args))
                (value (nth 1 args)))
            (put symbol 'saved-value (list value))
              (custom-push-theme 'theme-value symbol theme 'set value))
--- 809,815 ----
          (message "Warning: old format `custom-set-variables'")
          (ding)
          (sit-for 2)
!         (let ((symbol (indirect-variable (nth 0 args)))
                (value (nth 1 args)))
            (put symbol 'saved-value (list value))
              (custom-push-theme 'theme-value symbol theme 'set value))




reply via email to

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