diff options
author | Kim F. Storm <storm@cua.dk> | 2005-05-17 22:38:10 +0000 |
---|---|---|
committer | Kim F. Storm <storm@cua.dk> | 2005-05-17 22:38:10 +0000 |
commit | 77e2c652988e1e3dbe45557ad5561007d9054e79 (patch) | |
tree | 600156424c5f4521fc134fdd79679a917c30009b /lisp | |
parent | 8ade3c25b7e1e6b742393a89c6d718d0790e2e1a (diff) | |
download | emacs-77e2c652988e1e3dbe45557ad5561007d9054e79.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1ec0bb0a459..ae8a55852b8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,12 @@ +2005-05-17 Kim F. Storm <storm@cua.dk> + + * emulation/cua-base.el (cua-use-hyper-key): Doc fix. + (cua--init-keymaps): Bind C-return instead of S-return to set + rectangle mark. + + * emulation/cua-rect.el (cua--init-rectangles): Bind C-return + instead of S-return to toggle/clear rectangle mark. + 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org> * progmodes/make-mode.el (makefile-dependency-skip): New variable. |