aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1997-06-24 20:09:49 +0000
committerRichard M. Stallman1997-06-24 20:09:49 +0000
commitf9dd586e0f41e5ca9d153534c3c9a5373fccb585 (patch)
tree44fbc4086fc400916d12e0c433bf1ac32ce6d05f
parentab678382e37be4ce926ab5c52e680caaf1deb4d1 (diff)
downloademacs-f9dd586e0f41e5ca9d153534c3c9a5373fccb585.tar.gz
emacs-f9dd586e0f41e5ca9d153534c3c9a5373fccb585.zip
(customize-save-customized): Renamed from custom-save-customized.
-rw-r--r--lisp/cus-edit.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el
index 029670e5b4c..433308c3f3e 100644
--- a/lisp/cus-edit.el
+++ b/lisp/cus-edit.el
@@ -2811,7 +2811,7 @@ Leave point at the location of the call, or after the last expression."
2811 (princ "\n"))))) 2811 (princ "\n")))))
2812 2812
2813;;;###autoload 2813;;;###autoload
2814(defun custom-save-customized () 2814(defun customize-save-customized ()
2815 "Save all user options which have been set in this session." 2815 "Save all user options which have been set in this session."
2816 (interactive) 2816 (interactive)
2817 (mapatoms (lambda (symbol) 2817 (mapatoms (lambda (symbol)