Mercurial > emacs
changeset 51645:1fa54c621eb5
*** empty log message ***
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Sun, 22 Jun 2003 17:04:22 +0000 |
parents | c0fa3bd7969d |
children | 8e29225b8438 |
files | lisp/ChangeLog lispref/ChangeLog |
diffstat | 2 files changed, 15 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Jun 22 17:04:07 2003 +0000 +++ b/lisp/ChangeLog Sun Jun 22 17:04:22 2003 +0000 @@ -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.
--- a/lispref/ChangeLog Sun Jun 22 17:04:07 2003 +0000 +++ b/lispref/ChangeLog Sun Jun 22 17:04:22 2003 +0000 @@ -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.