changeset 45369:4d4036be4f4d

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sun, 19 May 2002 16:10:29 +0000
parents 65ad2c8b301b
children 4055a77b0abb
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 13 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sun May 19 16:10:08 2002 +0000
+++ b/lisp/ChangeLog	Sun May 19 16:10:29 2002 +0000
@@ -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
--- a/src/ChangeLog	Sun May 19 16:10:08 2002 +0000
+++ b/src/ChangeLog	Sun May 19 16:10:29 2002 +0000
@@ -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.