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: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/lisp/cus-dep.el
Date: Mon, 14 Nov 2005 13:28:22 -0500

Index: emacs/lisp/cus-dep.el
diff -c emacs/lisp/cus-dep.el:1.35 emacs/lisp/cus-dep.el:1.36
*** emacs/lisp/cus-dep.el:1.35  Mon Nov 14 04:18:53 2005
--- emacs/lisp/cus-dep.el       Mon Nov 14 18:28:22 2005
***************
*** 98,104 ****
                  (when found
                    (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
--- 98,104 ----
                  (when found
                    (insert "(put '" (symbol-name symbol)
                              " 'custom-loads '")
!                     (prin1 (nreverse found) (current-buffer))
                      (insert ")\n"))))))
    (insert "\
  ;; These are for handling :version.  We need to have a minimum of




reply via email to

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