aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorMiles Bader2000-10-26 07:44:46 +0000
committerMiles Bader2000-10-26 07:44:46 +0000
commit3c1b77ca339ad317c30425a641c837be00c24827 (patch)
treeda60b11001eb4d555b6f844d3b442ae1bc82fee8 /lisp/ChangeLog
parente276a14ac53a1f5b9bb8ebb81de908e9dcbcbfcc (diff)
downloademacs-3c1b77ca339ad317c30425a641c837be00c24827.tar.gz
emacs-3c1b77ca339ad317c30425a641c837be00c24827.zip
(undo): Correctly distinguish between numeric and non-numeric prefix
args in non-transient-mark-mode, as per the doc string. When in transient-mark-mode, treat all prefix-args as numeric.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index dd2c3907dc8..73dc391a5ca 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,10 @@
12000-10-26 Miles Bader <miles@lsi.nec.co.jp> 12000-10-26 Miles Bader <miles@lsi.nec.co.jp>
2 2
3 * simple.el (undo): Correctly distinguish between numeric and
4 non-numeric prefix args in non-transient-mark-mode, as per the doc
5 string. When in transient-mark-mode, treat all prefix-args as
6 numeric.
7
3 * simple.el (previous-matching-history-element): Position point on 8 * simple.el (previous-matching-history-element): Position point on
4 match. Handle N == 0 correctly. Miscellaneous cleanup. 9 match. Handle N == 0 correctly. Miscellaneous cleanup.
5 10