From 8c89fb87b43d3b95101e257681a42b498c85e1a4 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 24 Oct 2007 08:09:30 +0000 Subject: [PATCH] (customize-changed-options): Make arg optional. --- lisp/cus-edit.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2