comparison 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
comparison
equal deleted inserted replaced
176:6866abce6aaf 177:6075d714658b
92 (interactive) 92 (interactive)
93 (call-interactively toolbar-copy-function)) 93 (call-interactively toolbar-copy-function))
94 94
95 (defcustom toolbar-paste-function 'x-yank-clipboard-selection 95 (defcustom toolbar-paste-function 'x-yank-clipboard-selection
96 "*Function to call when the paste icon is selected." 96 "*Function to call when the paste icon is selected."
97 :type '(radio (function-item x-yank-primary-selection) 97 :type '(radio (function-item x-yank-clipboard-selection)
98 (function-item x-yank-primary-selection)
98 (function :tag "Other")) 99 (function :tag "Other"))
99 :group 'toolbar) 100 :group 'toolbar)
100 101
101 (defun toolbar-paste () 102 (defun toolbar-paste ()
102 (interactive) 103 (interactive)