# HG changeset patch # User David Reitter # Date 1236193050 0 # Node ID 8b6630c538f9315c314e406b4dc255a120415bb2 # Parent ed4b5dcf615c2278043f8da9ef04edec34153c45 (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. diff -r ed4b5dcf615c -r 8b6630c538f9 lisp/ChangeLog --- 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 + + * 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 * progmodes/compile.el (compilation-error-regexp-alist-alist):