# HG changeset patch # User Richard M. Stallman # Date 1193213370 0 # Node ID afa7fa1e71f42ddf1537ed75346fc346f39f5a4d # Parent 620b58bec17122b25dc5186c77293e455bb124b9 (customize-changed-options): Make arg optional. diff -r 620b58bec171 -r afa7fa1e71f4 lisp/cus-edit.el --- a/lisp/cus-edit.el Wed Oct 24 02:27:50 2007 +0000 +++ b/lisp/cus-edit.el Wed Oct 24 08:09:30 2007 +0000 @@ -1151,7 +1151,7 @@ (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