From: Richard M. Stallman Date: Wed, 24 Oct 2007 08:09:30 +0000 (+0000) Subject: (customize-changed-options): Make arg optional. X-Git-Tag: emacs-pretest-22.1.90~530 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8c89fb87b43d3b95101e257681a42b498c85e1a4;p=emacs.git (customize-changed-options): Make arg optional. --- diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index 5b5a269a0c6..40ff46f1675 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el @@ -1151,7 +1151,7 @@ the official name of the package, such as MH-E or Gnus.") (defalias 'customize-changed 'customize-changed-options) ;;;###autoload -(defun customize-changed-options (since-version) +(defun customize-changed-options (&optional since-version) "Customize all settings whose meanings have changed in Emacs itself. This includes new user option variables and faces, and new customization groups, as well as older options and faces whose meanings