# HG changeset patch # User Andreas Schwab # Date 1056301462 0 # Node ID 1fa54c621eb5046fb11df72176a758d50c0341c4 # Parent c0fa3bd7969d2b64b81d39b7b8ca09ce33cc37e2 *** empty log message *** diff -r c0fa3bd7969d -r 1fa54c621eb5 lisp/ChangeLog --- 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 + + * 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 * calendar/diary-lib.el (diary-check-diary-file): New function. diff -r c0fa3bd7969d -r 1fa54c621eb5 lispref/ChangeLog --- 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 + + * objects.texi (Symbol Type): Fix description of examples. + 2003-06-16 Andreas Schwab * hash.texi (Creating Hash): Fix description of :weakness.