]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorAndreas Schwab <schwab@suse.de>
Sun, 22 Jun 2003 17:04:22 +0000 (17:04 +0000)
committerAndreas Schwab <schwab@suse.de>
Sun, 22 Jun 2003 17:04:22 +0000 (17:04 +0000)
lisp/ChangeLog
lispref/ChangeLog

index 80681097d5136700d8b43b867dbe7708a2b23438..fdf366d9f3efe1b971daa7ec922d1b6a3b733041 100644 (file)
@@ -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.
index b670050418eb3aea9b372d3a10899abdf8358959..c69bce9bd6b08508366abcfb101c854e63dd8018 100644 (file)
@@ -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.