diff options
| author | Andreas Schwab <schwab@suse.de> | 2003-06-22 17:04:22 +0000 |
|---|---|---|
| committer | Andreas Schwab <schwab@suse.de> | 2003-06-22 17:04:22 +0000 |
| commit | 3fe4e5676cc46e6c0260e064bf6e0ec108a0120f (patch) | |
| tree | c3d6496c0a684d69af340314fe02f29d71514a2c | |
| parent | 48f1d01501b4135f556e2dc28ee38417fb4693f5 (diff) | |
| download | emacs-3fe4e5676cc46e6c0260e064bf6e0ec108a0120f.tar.gz | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 11 | ||||
| -rw-r--r-- | lispref/ChangeLog | 4 |
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 @@ +2003-06-22 Andreas Schwab <schwab@suse.de> + + * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Avoid + variable as format argument for error. Don't call symbol-name on + string. + + * eshell/esh-opt.el (eshell-do-opt): Avoid variable as format + argument for error. + + * simple.el (vis-mode): Doc fix. + 2003-06-22 Glenn Morris <gmorris@ast.cam.ac.uk> * 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 @@ +2003-06-22 Andreas Schwab <schwab@suse.de> + + * objects.texi (Symbol Type): Fix description of examples. + 2003-06-16 Andreas Schwab <schwab@suse.de> * hash.texi (Creating Hash): Fix description of :weakness. |
