mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
(custom-save-faces): Fix typo.
This commit is contained in:
parent
85e949963d
commit
08b4ae6ca4
@ -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.
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user