diff options
author | Kim F. Storm <storm@cua.dk> | 2004-12-14 12:17:04 +0000 |
---|---|---|
committer | Kim F. Storm <storm@cua.dk> | 2004-12-14 12:17:04 +0000 |
commit | 5b631efcca1d76407a069e63f703339505dd01bc (patch) | |
tree | fe5d6f0bfa37eeb04fb942e7f47e9556246ab2a7 | |
parent | 734c576596678065b39591128d88609bc6fc5aad (diff) | |
download | emacs-5b631efcca1d76407a069e63f703339505dd01bc.tar.gz emacs-5b631efcca1d76407a069e63f703339505dd01bc.tar.bz2 emacs-5b631efcca1d76407a069e63f703339505dd01bc.zip |
*** empty log message ***
-rw-r--r-- | lisp/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b9412582379..535c48393f5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,16 @@ +2004-12-14 Kim F. Storm <storm@cua.dk> + + * simple.el (inhibit-mark-movement): Remove defvar. + (beginning-of-buffer, end-of-buffer): Don't use it. + + * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun): Don't + use inhibit-mark-movement. + + * emulation/cua-base.el (cua--preserve-mark-commands): Remove. + (cua--undo-push-mark): Remove. + (cua--pre-command-handler, cua--post-command-handler): Don't + fiddle with inhibit-mark-movement. + 2004-12-14 Juri Linkov <juri@jurta.org> * buff-menu.el (list-buffers-noselect): Collect internal info |