summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorMarkus Rost <rost@math.uni-bielefeld.de>2002-12-25 21:12:01 +0000
committerMarkus Rost <rost@math.uni-bielefeld.de>2002-12-25 21:12:01 +0000
commit08b4ae6ca4989995ad7617880a0751916c3689db (patch)
treeed25b8cd3cd5fd82cc30fa5202e9239498b6f934 /lisp
parent85e949963db7f0c9eaf42cc0968257021afae94a (diff)
downloademacs-08b4ae6ca4989995ad7617880a0751916c3689db.tar.gz
(custom-save-faces): Fix typo.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/cus-edit.el4
2 files changed, 6 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index bdbbc877ee5..4f734ea0646 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2002-12-25 Markus Rost <rost@math.ohio-state.edu>
+
+ * cus-edit.el (custom-save-faces): Fix typo.
+
2002-12-23 Francesco Potort,Al(B <pot@gnu.org>
* mail/undigest.el (unforward-rmail-message): Do not assume that
@@ -42,7 +46,6 @@
(custom-face-reset-standard): Take themes into account.
(custom-save-variables): Take themes into account.
(custom-save-faces): Take themes into account.
- (custom-save-faces): Take themes into account.
(custom-save-resets): New function.
(custom-save-loaded-themes): New function.
(customize-save-customized): Take themes into account.
diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el
index 6d0b4225bf9..63901cc7a8c 100644
--- a/lisp/cus-edit.el
+++ b/lisp/cus-edit.el
@@ -3839,13 +3839,13 @@ or (if there were none) at the end of the buffer."
(t
(princ ")"))))
(t
- (princ ")")))))))
+ (princ ")"))))))
saved-list)
(if (bolp)
(princ " "))
(princ ")")
(unless (looking-at "\n")
- (princ "\n"))))
+ (princ "\n")))))
(defun custom-save-resets (property setter special)
(let (started-writing ignored-special)