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


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/cus-edit.el
Date: Sun, 08 Sep 2002 20:26:14 -0400

Index: emacs/lisp/cus-edit.el
diff -c emacs/lisp/cus-edit.el:1.160 emacs/lisp/cus-edit.el:1.161
*** emacs/lisp/cus-edit.el:1.160        Fri Aug 30 17:52:10 2002
--- emacs/lisp/cus-edit.el      Sun Sep  8 20:26:14 2002
***************
*** 3633,3640 ****
        (unless (bolp)
        (princ "\n"))
        (princ "(custom-set-variables
!   ;; custom-set-variables was added by Custom -- don't edit or cut/paste it!
!   ;; Your init file should contain only one such instance.\n")
        (mapcar
         (lambda (symbol)
         (let ((value (get symbol 'saved-value))
--- 3633,3642 ----
        (unless (bolp)
        (princ "\n"))
        (princ "(custom-set-variables
!   ;; custom-set-variables was added by Custom.
!   ;; If you edit it by hand, you could mess it up, so be careful.
!   ;; Your init file should contain only one such instance.
!   ;; If there is more than one, they won't work right.\n")
        (mapcar
         (lambda (symbol)
         (let ((value (get symbol 'saved-value))
***************
*** 3697,3704 ****
        (unless (bolp)
        (princ "\n"))
        (princ "(custom-set-faces
!   ;; custom-set-faces was added by Custom -- don't edit or cut/paste it!
!   ;; Your init file should contain only one such instance.\n")
        (mapcar
         (lambda (symbol)
         (let ((value (get symbol 'saved-face))
--- 3699,3708 ----
        (unless (bolp)
        (princ "\n"))
        (princ "(custom-set-faces
!   ;; custom-set-faces was added by Custom.
!   ;; If you edit it by hand, you could mess it up, so be careful.
!   ;; Your init file should contain only one such instance.
!   ;; If there is more than one, they won't work right.\n")
        (mapcar
         (lambda (symbol)
         (let ((value (get symbol 'saved-face))




reply via email to

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