changeset 1655:6f3d0f871934

[xemacs-hg @ 2003-08-31 01:28:00 by adrian] [R21.4] [PATCH] xemacs-21.5: Add autoloaded apropos-customize alias <oey73680.fsf@smtpmail.t-online.de>
author adrian
date Sun, 31 Aug 2003 01:28:03 +0000
parents 2256ecee6e9d
children f8bd59163c60
files lisp/ChangeLog lisp/cus-edit.el
diffstat 2 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat Aug 30 21:52:20 2003 +0000
+++ b/lisp/ChangeLog	Sun Aug 31 01:28:03 2003 +0000
@@ -1,3 +1,8 @@
+2003-08-30  Adrian Aichner  <adrian@xemacs.org>
+
+	* cus-edit.el (apropos-customize): New autoloaded alias making it
+	easier to find customize-apropos.
+
 2003-08-28  Steve Youngs  <youngs@xemacs.org>
 
 	* package-ui.el (pui-set-local-package-get-directory): Remove
--- a/lisp/cus-edit.el	Sat Aug 30 21:52:20 2003 +0000
+++ b/lisp/cus-edit.el	Sun Aug 31 01:28:03 2003 +0000
@@ -940,6 +940,9 @@
 			    "*Customize Saved*"))))
 
 ;;;###autoload
+(defalias 'apropos-customize 'customize-apropos)
+
+;;;###autoload
 (defun customize-apropos (regexp &optional all)
   "Customize all user options matching REGEXP.
 If ALL is `options', include only options.