diff options
| author | Gerd Moellmann | 2000-12-11 10:42:44 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-12-11 10:42:44 +0000 |
| commit | fda514f7b627344c58519fa1958570b2df7b2d58 (patch) | |
| tree | b531bf8b667dc8a61fd01995741017f93775fdc3 | |
| parent | 3e0d35cec0013f5038f486a54d40a18a950be7e8 (diff) | |
| download | emacs-fda514f7b627344c58519fa1958570b2df7b2d58.tar.gz emacs-fda514f7b627344c58519fa1958570b2df7b2d58.zip | |
(custom-save-variables, custom-save-faces):
Comment fix.
| -rw-r--r-- | lisp/ChangeLog | 3 | ||||
| -rw-r--r-- | lisp/cus-edit.el | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index dfb7609a18b..bbc7e062e1a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2000-12-11 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-12-11 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * cus-edit.el (custom-save-variables, custom-save-faces): | ||
| 4 | Comment fix. | ||
| 5 | |||
| 3 | * hscroll.el: Moved to `obsolete' subdir. | 6 | * hscroll.el: Moved to `obsolete' subdir. |
| 4 | 7 | ||
| 5 | 2000-12-11 Miles Bader <miles@gnu.org> | 8 | 2000-12-11 Miles Bader <miles@gnu.org> |
diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index 137b406663f..452628e0256 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el | |||
| @@ -3495,7 +3495,7 @@ or (if there were none) at the end of the buffer." | |||
| 3495 | (princ "\n")) | 3495 | (princ "\n")) |
| 3496 | (princ "(custom-set-variables | 3496 | (princ "(custom-set-variables |
| 3497 | ;; custom-set-variables was added by Custom -- don't edit or cut/paste it! | 3497 | ;; custom-set-variables was added by Custom -- don't edit or cut/paste it! |
| 3498 | ;; Your init file must only contain one such instance.\n") | 3498 | ;; Your init file should contain only one such instance.\n") |
| 3499 | (mapcar | 3499 | (mapcar |
| 3500 | (lambda (symbol) | 3500 | (lambda (symbol) |
| 3501 | (let ((value (get symbol 'saved-value)) | 3501 | (let ((value (get symbol 'saved-value)) |
| @@ -3559,7 +3559,7 @@ or (if there were none) at the end of the buffer." | |||
| 3559 | (princ "\n")) | 3559 | (princ "\n")) |
| 3560 | (princ "(custom-set-faces | 3560 | (princ "(custom-set-faces |
| 3561 | ;; custom-set-faces was added by Custom -- don't edit or cut/paste it! | 3561 | ;; custom-set-faces was added by Custom -- don't edit or cut/paste it! |
| 3562 | ;; Your init file must only contain one such instance.\n") | 3562 | ;; Your init file should contain only one such instance.\n") |
| 3563 | (mapcar | 3563 | (mapcar |
| 3564 | (lambda (symbol) | 3564 | (lambda (symbol) |
| 3565 | (let ((value (get symbol 'saved-face)) | 3565 | (let ((value (get symbol 'saved-face)) |