comparison lisp/cus-edit.el @ 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 0cb55b2a2c66
children e28998a020ec
comparison
equal deleted inserted replaced
1654:2256ecee6e9d 1655:6f3d0f871934
936 (push (list symbol 'custom-variable) found)))) 936 (push (list symbol 'custom-variable) found))))
937 (if (not found ) 937 (if (not found )
938 (error "No saved user options") 938 (error "No saved user options")
939 (custom-buffer-create (custom-sort-items found t nil) 939 (custom-buffer-create (custom-sort-items found t nil)
940 "*Customize Saved*")))) 940 "*Customize Saved*"))))
941
942 ;;;###autoload
943 (defalias 'apropos-customize 'customize-apropos)
941 944
942 ;;;###autoload 945 ;;;###autoload
943 (defun customize-apropos (regexp &optional all) 946 (defun customize-apropos (regexp &optional all)
944 "Customize all user options matching REGEXP. 947 "Customize all user options matching REGEXP.
945 If ALL is `options', include only options. 948 If ALL is `options', include only options.