aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorKim F. Storm2003-03-22 00:17:48 +0000
committerKim F. Storm2003-03-22 00:17:48 +0000
commit16210a2570af045fe4efc47c8c41f883265e34fe (patch)
tree8f3aa3e1eca4821d1b9976178cf504975175cf7f /lisp
parent66ef2df9d64a4a63f9dcf53be489158a8f1dd5e5 (diff)
downloademacs-16210a2570af045fe4efc47c8c41f883265e34fe.tar.gz
emacs-16210a2570af045fe4efc47c8c41f883265e34fe.zip
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 7750e0a50df..cabf2aa2b50 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -4,6 +4,10 @@
4 Allow pop-global-mark to be repeated with C-x C-SPC C-SPC... 4 Allow pop-global-mark to be repeated with C-x C-SPC C-SPC...
5 C-u C-u C-SPC now unconditionally sets the mark. 5 C-u C-u C-SPC now unconditionally sets the mark.
6 6
7 * emulation/cua-base.el (cua-set-mark): Doc fixes.
8 Allow pop-global-mark to be repeated with C-x C-SPC C-SPC...
9 C-u C-u C-SPC now unconditionally sets the mark.
10
72003-03-20 Mark A. Hershberger <mah@everybody.org> 112003-03-20 Mark A. Hershberger <mah@everybody.org>
8 12
9 * xml.el (xml-parse-attlist): Fix typo in attribute parsing. 13 * xml.el (xml-parse-attlist): Fix typo in attribute parsing.