Mercurial > hg > xemacs-beta
comparison lisp/x11/x-toolbar.el @ 187:b405438285a2 r20-3b20
Import from CVS: tag r20-3b20
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:56:28 +0200 |
parents | 6075d714658b |
children | 489f57a838ef |
comparison
equal
deleted
inserted
replaced
186:24ac94803b48 | 187:b405438285a2 |
---|---|
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-clipboard-selection) | 97 :type '(radio (function-item x-yank-clipboard-selection) |
98 (function-item x-yank-primary-selection) | |
99 (function :tag "Other")) | 98 (function :tag "Other")) |
100 :group 'toolbar) | 99 :group 'toolbar) |
101 | 100 |
102 (defun toolbar-paste () | 101 (defun toolbar-paste () |
103 (interactive) | 102 (interactive) |