Mercurial > emacs
comparison lisp/ChangeLog @ 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 | 7b826f79f0d7 |
children | 4c603ec78d71 |
comparison
equal
deleted
inserted
replaced
102397:ed4b5dcf615c | 102398:8b6630c538f9 |
---|---|
1 2009-03-04 David Reitter <david.reitter@gmail.com> | |
2 | |
3 * menu-bar.el (clipboard-yank): avoid | |
4 checking (x-selection-exists-p) if unbound in order to enable the | |
5 item. For paste menu item, same, and check kill-ring. | |
6 | |
1 2009-03-04 Sam Steingold <sds@gnu.org> | 7 2009-03-04 Sam Steingold <sds@gnu.org> |
2 | 8 |
3 * progmodes/compile.el (compilation-error-regexp-alist-alist): | 9 * progmodes/compile.el (compilation-error-regexp-alist-alist): |
4 Handle "omake -P" messages "file foo changed". | 10 Handle "omake -P" messages "file foo changed". |
5 | 11 |