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-dep.el


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/cus-dep.el
Date: Sun, 13 Nov 2005 23:18:54 -0500

Index: emacs/lisp/cus-dep.el
diff -c emacs/lisp/cus-dep.el:1.34 emacs/lisp/cus-dep.el:1.35
*** emacs/lisp/cus-dep.el:1.34  Thu Nov 10 01:58:55 2005
--- emacs/lisp/cus-dep.el       Mon Nov 14 04:18:53 2005
***************
*** 99,105 ****
                    (insert "(put '" (symbol-name symbol)
                              " 'custom-loads '")
                      (prin1 found (current-buffer))
!                     (insert "))\n"))))))
    (insert "\
  ;; These are for handling :version.  We need to have a minimum of
  ;; information so `customize-changed-options' could do its job.
--- 99,105 ----
                    (insert "(put '" (symbol-name symbol)
                              " 'custom-loads '")
                      (prin1 found (current-buffer))
!                     (insert ")\n"))))))
    (insert "\
  ;; These are for handling :version.  We need to have a minimum of
  ;; information so `customize-changed-options' could do its job.




reply via email to

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