diff options
author | Kim F. Storm <storm@cua.dk> | 2007-01-28 22:34:06 +0000 |
---|---|---|
committer | Kim F. Storm <storm@cua.dk> | 2007-01-28 22:34:06 +0000 |
commit | 176b179b51229d2fea57394325058d33a6bf5a43 (patch) | |
tree | 4b187f7ddad0f741e0c2fa31146be0fe16913254 | |
parent | 1a012e8017dc33a26b5cb219a65fb07fd0058293 (diff) | |
download | emacs-176b179b51229d2fea57394325058d33a6bf5a43.tar.gz emacs-176b179b51229d2fea57394325058d33a6bf5a43.tar.bz2 emacs-176b179b51229d2fea57394325058d33a6bf5a43.zip |
*** empty log message ***
-rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d18061d11f0..7d30691f1a6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2007-01-28 Kim F. Storm <storm@cua.dk> + + * emulation/cua-base.el (cua-global-keymap, cua--region-keymap): + Declare earlier to avoid byte compiler warnings. + 2007-01-28 Markus Triska <markus.triska@gmx.at> * speedbar.el (speedbar-make-specialized-keymap): Doc fix. |