Mercurial > hg > xemacs-beta
diff lisp/custom/cus-edit.el @ 114:8619ce7e4c50 r20-1b9
Import from CVS: tag r20-1b9
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:21:54 +0200 |
parents | c53a95d3c46d |
children | 8d2a9b52c682 9f59509498e1 |
line wrap: on
line diff
--- a/lisp/custom/cus-edit.el Mon Aug 13 09:20:50 2007 +0200 +++ b/lisp/custom/cus-edit.el Mon Aug 13 09:21:54 2007 +0200 @@ -4,7 +4,7 @@ ;; ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> ;; Keywords: help, faces -;; Version: 1.64 +;; Version: 1.65 ;; X-URL: http://www.dina.kvl.dk/~abraham/custom/ ;;; Commentary: @@ -1808,8 +1808,8 @@ (defun custom-group-menu-create (widget symbol) "Ignoring WIDGET, create a menu entry for customization group SYMBOL." `( ,(custom-unlispify-menu-entry symbol t) - :filter (lambda (&rest junk) - (cdr (custom-menu-create ',symbol))))) + :filter (lambda (&rest junk) + (cdr (custom-menu-create ',symbol))))) ;; But emacs can't. (defun custom-group-menu-create (widget symbol) "Ignoring WIDGET, create a menu entry for customization group SYMBOL."