Mercurial > hg > xemacs-beta
diff lisp/custom/custom.el @ 163:0132846995bd r20-3b8
Import from CVS: tag r20-3b8
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:43:35 +0200 |
parents | 28f395d8dc7a |
children | 5a88923fcbfe |
line wrap: on
line diff
--- a/lisp/custom/custom.el Mon Aug 13 09:42:28 2007 +0200 +++ b/lisp/custom/custom.el Mon Aug 13 09:43:35 2007 +0200 @@ -4,7 +4,7 @@ ;; ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> ;; Keywords: help, faces -;; Version: 1.9916 +;; Version: 1.9931 ;; X-URL: http://www.dina.kvl.dk/~abraham/custom/ ;; This file is part of GNU Emacs. @@ -47,6 +47,7 @@ (autoload 'custom-set-value "cus-edit" nil t) (autoload 'custom-set-variable "cus-edit" nil t) (autoload 'customize "cus-edit" nil t) + (autoload 'customize-browse "cus-edit" nil t) (autoload 'customize-group "cus-edit" nil t) (autoload 'customize-group-other-window "cus-edit" nil t) (autoload 'customize-variable "cus-edit" nil t)