From 8bad880b02f435deccf7098cdc0099864dea28ae Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 19 May 2002 16:10:29 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 9 +++++++++ src/ChangeLog | 4 ++++ 2 files changed, 13 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b102d67a031..6fa2a5dd67b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,14 @@ 2002-05-19 Richard M. Stallman + * 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 diff --git a/src/ChangeLog b/src/ChangeLog index a9e863a4442..e60eaf41a9e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2002-05-19 Richard M. Stallman + + * doc.c (reread_doc_file): Don't ask for confirmation. + 2002-05-18 Jason Rumney * w32fns.c (w32_create_pixmap_from_bitmap_data): New function. -- 2.39.2