comparison lisp/ChangeLog @ 58387:961a75031ddc

*** empty log message ***
author Luc Teirlinck <teirllm@auburn.edu>
date Sun, 21 Nov 2004 03:27:39 +0000
parents da1fdf9e696b
children f353e02ac006
comparison
equal deleted inserted replaced
58386:82bca611f221 58387:961a75031ddc
1 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
2
3 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
4 of `defconst'.
5
1 2004-11-20 Richard M. Stallman <rms@gnu.org> 6 2004-11-20 Richard M. Stallman <rms@gnu.org>
2 7
3 * emacs-lisp/bytecomp.el (byte-compile-form): 8 * emacs-lisp/bytecomp.el (byte-compile-form):
4 Move the calls to byte-compile-set-symbol-position, 9 Move the calls to byte-compile-set-symbol-position,
5 to avoid having two for the same symbol occurrence. 10 to avoid having two for the same symbol occurrence.
6 11
7 * comint.el (comint-input-ring-size): Increase to 150. 12 * comint.el (comint-input-ring-size): Increase to 150.
8 13
9 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode): 14 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
10 New variables. 15 New variables.
11 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode. 16 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
12 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode. 17 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
13 18
14 * imenu.el (imenu--generic-function): 19 * imenu.el (imenu--generic-function):
15 Ensure we keep moving backward even if BEG isn't further back. 20 Ensure we keep moving backward even if BEG isn't further back.
16 21
17 * replace.el (query-replace-read-to, query-replace-read-from): 22 * replace.el (query-replace-read-to, query-replace-read-from):
18 Specify t for KEEP-ALL in read-from-minibuffer. 23 Specify t for KEEP-ALL in read-from-minibuffer.
19 24
20 * progmodes/python.el (python-switch-to-python): 25 * progmodes/python.el (python-switch-to-python):
21 If Python isn't running, start it. 26 If Python isn't running, start it.
22 Don't alter debug-ignored-errors. 27 Don't alter debug-ignored-errors.