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: John Paul Wallington
Subject: [Emacs-diffs] Changes to emacs/lisp/custom.el
Date: Wed, 12 Jan 2005 18:03:56 -0500

Index: emacs/lisp/custom.el
diff -c emacs/lisp/custom.el:1.77 emacs/lisp/custom.el:1.78
*** emacs/lisp/custom.el:1.77   Thu Jan  6 03:58:33 2005
--- emacs/lisp/custom.el        Wed Jan 12 22:48:19 2005
***************
*** 168,174 ****
      ;; Do the actual initialization.
      (unless custom-dont-initialize
        (funcall initialize symbol default)))
!   (push (cons 'defvar symbol) current-load-list)
    (run-hooks 'custom-define-hook)
    symbol)
  
--- 168,174 ----
      ;; Do the actual initialization.
      (unless custom-dont-initialize
        (funcall initialize symbol default)))
!   (push symbol current-load-list)
    (run-hooks 'custom-define-hook)
    symbol)
  




reply via email to

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