]> git.eshelyaron.com Git - emacs.git/commitdiff
(customize-save-customized): Renamed from custom-save-customized.
authorRichard M. Stallman <rms@gnu.org>
Tue, 24 Jun 1997 20:09:49 +0000 (20:09 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 24 Jun 1997 20:09:49 +0000 (20:09 +0000)
lisp/cus-edit.el

index 029670e5b4c88f377e0ed3c0a9eafdb5affb215a..433308c3f3e4022ea91d88de665c8648a8d37066 100644 (file)
@@ -2811,7 +2811,7 @@ Leave point at the location of the call, or after the last expression."
        (princ "\n")))))
 
 ;;;###autoload
-(defun custom-save-customized ()
+(defun customize-save-customized ()
   "Save all user options which have been set in this session."
   (interactive)
   (mapatoms (lambda (symbol)