]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Sun, 19 May 2002 16:10:29 +0000 (16:10 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 19 May 2002 16:10:29 +0000 (16:10 +0000)
lisp/ChangeLog
src/ChangeLog

index b102d67a03132eb9ff088543c7d437bbd01b43ee..6fa2a5dd67b0030ecd207e6989cb948ae71a9cd6 100644 (file)
@@ -1,5 +1,14 @@
 2002-05-19  Richard M. Stallman  <rms@gnu.org>
 
+       * indent.el (indent-region): Make COLUMN arg optional.
+
+       * files.el (find-file-read-args): New function.
+       (find-file, find-file-other-window, find-file-other-frame) 
+       (find-file-read-only, find-file-read-only-other-window) 
+       (find-file-read-only-other-frame): Use it.
+
+       * custom.el (custom-load-symbol): Verify that LOADED is a string.
+
        * arc-mode.el (archive-zip-use-pkzip): Variable deleted.
        (archive-zip-extract, archive-zip-expunge, archive-zip-update) 
        (archive-zip-update-case): Use locate-file to decide whether
index a9e863a4442b8e6dcad52e1cbad571578803f3de..e60eaf41a9efed9f1e7b64372a2ac65adae0917d 100644 (file)
@@ -1,3 +1,7 @@
+2002-05-19  Richard M. Stallman  <rms@gnu.org>
+
+       * doc.c (reread_doc_file): Don't ask for confirmation.
+
 2002-05-18  Jason Rumney  <jasonr@gnu.org>
 
        * w32fns.c (w32_create_pixmap_from_bitmap_data): New function.