Mercurial > hg > xemacs-beta
diff lisp/x11/x-toolbar.el @ 177:6075d714658b r20-3b15
Import from CVS: tag r20-3b15
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:51:16 +0200 |
parents | 8eaf7971accc |
children | b405438285a2 |
line wrap: on
line diff
--- a/lisp/x11/x-toolbar.el Mon Aug 13 09:50:16 2007 +0200 +++ b/lisp/x11/x-toolbar.el Mon Aug 13 09:51:16 2007 +0200 @@ -94,7 +94,8 @@ (defcustom toolbar-paste-function 'x-yank-clipboard-selection "*Function to call when the paste icon is selected." - :type '(radio (function-item x-yank-primary-selection) + :type '(radio (function-item x-yank-clipboard-selection) + (function-item x-yank-primary-selection) (function :tag "Other")) :group 'toolbar)