aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schwab2003-06-22 17:04:22 +0000
committerAndreas Schwab2003-06-22 17:04:22 +0000
commit3fe4e5676cc46e6c0260e064bf6e0ec108a0120f (patch)
treec3d6496c0a684d69af340314fe02f29d71514a2c
parent48f1d01501b4135f556e2dc28ee38417fb4693f5 (diff)
downloademacs-3fe4e5676cc46e6c0260e064bf6e0ec108a0120f.tar.gz
emacs-3fe4e5676cc46e6c0260e064bf6e0ec108a0120f.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog11
-rw-r--r--lispref/ChangeLog4
2 files changed, 15 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 80681097d51..fdf366d9f3e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,14 @@
12003-06-22 Andreas Schwab <schwab@suse.de>
2
3 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Avoid
4 variable as format argument for error. Don't call symbol-name on
5 string.
6
7 * eshell/esh-opt.el (eshell-do-opt): Avoid variable as format
8 argument for error.
9
10 * simple.el (vis-mode): Doc fix.
11
12003-06-22 Glenn Morris <gmorris@ast.cam.ac.uk> 122003-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
2 13
3 * calendar/diary-lib.el (diary-check-diary-file): New function. 14 * calendar/diary-lib.el (diary-check-diary-file): New function.
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index b670050418e..c69bce9bd6b 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,7 @@
12003-06-22 Andreas Schwab <schwab@suse.de>
2
3 * objects.texi (Symbol Type): Fix description of examples.
4
12003-06-16 Andreas Schwab <schwab@suse.de> 52003-06-16 Andreas Schwab <schwab@suse.de>
2 6
3 * hash.texi (Creating Hash): Fix description of :weakness. 7 * hash.texi (Creating Hash): Fix description of :weakness.