+2002-12-25 Markus Rost <rost@math.ohio-state.edu>
+
+ * cus-edit.el (custom-save-faces): Fix typo.
+
2002-12-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
* mail/undigest.el (unforward-rmail-message): Do not assume that
(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.
(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)