Mercurial > emacs
changeset 102398:8b6630c538f9
(clipboard-yank): avoid checking (x-selection-exists-p) if unbound in
order to enable the item. For paste menu item, same, and check
kill-ring.
author | David Reitter <david.reitter@gmail.com> |
---|---|
date | Wed, 04 Mar 2009 18:57:30 +0000 |
parents | ed4b5dcf615c |
children | 55ec3560f75e |
files | lisp/ChangeLog |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Mar 04 14:35:11 2009 +0000 +++ b/lisp/ChangeLog Wed Mar 04 18:57:30 2009 +0000 @@ -1,3 +1,9 @@ +2009-03-04 David Reitter <david.reitter@gmail.com> + + * menu-bar.el (clipboard-yank): avoid + checking (x-selection-exists-p) if unbound in order to enable the + item. For paste menu item, same, and check kill-ring. + 2009-03-04 Sam Steingold <sds@gnu.org> * progmodes/compile.el (compilation-error-regexp-alist-alist):