comparison lisp/ChangeLog @ 48989:4975be537cb2

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sat, 28 Dec 2002 21:29:24 +0000
parents fc384425a67f
children 523e92ead1ec
comparison
equal deleted inserted replaced
48988:d50289791f55 48989:4975be537cb2
1 2002-12-28 Richard M. Stallman <rms@gnu.org>
2
3 * info-look.el (info-lookup): Fix error message typo.
4
5 * comint.el (comint-mode): Localy set scroll-conservatively.
6 (comint-postoutput-scroll-to-bottom): comint-scroll-show-maximum-output
7 is active only when point is at end.
8
9 * dired.el (dired-goto-file): Handle \ and ^M quoted by backslash.
10 Fix error message.
11
12 * files.el (find-file-noselect-1): Kill local value of `cursor-type'.
13
14 * simple.el (repeat-complex-command): Signal real error on failure.
15
1 2002-12-28 Andreas Schwab <schwab@suse.de> 16 2002-12-28 Andreas Schwab <schwab@suse.de>
2 17
3 * progmodes/make-mode.el (makefile-font-lock-keywords): Highlight 18 * progmodes/make-mode.el (makefile-font-lock-keywords): Highlight
4 automatic variable references enclosed in parens and optionally 19 automatic variable references enclosed in parens and optionally
5 suffixed by F or D. 20 suffixed by F or D.