diff options
| author | Markus Rost <rost@math.uni-bielefeld.de> | 2002-12-25 21:12:01 +0000 |
|---|---|---|
| committer | Markus Rost <rost@math.uni-bielefeld.de> | 2002-12-25 21:12:01 +0000 |
| commit | 08b4ae6ca4989995ad7617880a0751916c3689db (patch) | |
| tree | ed25b8cd3cd5fd82cc30fa5202e9239498b6f934 /lisp/cus-edit.el | |
| parent | 85e949963db7f0c9eaf42cc0968257021afae94a (diff) | |
| download | emacs-08b4ae6ca4989995ad7617880a0751916c3689db.tar.gz | |
(custom-save-faces): Fix typo.
Diffstat (limited to 'lisp/cus-edit.el')
| -rw-r--r-- | lisp/cus-edit.el | 4 |
1 files changed, 2 insertions, 2 deletions
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) |
