changeset 50687:743008c05867

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Thu, 24 Apr 2003 01:58:49 +0000
parents aa1ab04e0488
children 5c18ceba3ad8
files lisp/ChangeLog
diffstat 1 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Apr 24 01:58:40 2003 +0000
+++ b/lisp/ChangeLog	Thu Apr 24 01:58:49 2003 +0000
@@ -1,5 +1,17 @@
 2003-04-23  Richard M. Stallman  <rms@gnu.org>
 
+	* files.el (view-read-only): Doc fix.
+
+	* simple.el (back-to-indentation): Call backward-prefix-chars.
+
+	* help-mode.el (help-make-xrefs): Clean up the loop that scans
+	over a keymap inserted by \\{...}; it now stops at end of buffer.
+
+	* filesets.el: Don't call filesets-init.
+
+	* emacs-lisp/bytecomp.el (byte-compile-defun): Generate and
+	compile a defalias form, unless byte-compile-compatibility.
+
 	* progmodes/scheme.el (scheme-mode-syntax-table):
 	Use prefix syntax for ', `, comma, @ and #.