Mercurial > emacs
changeset 58387:961a75031ddc
*** empty log message ***
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Sun, 21 Nov 2004 03:27:39 +0000 |
parents | 82bca611f221 |
children | 23dfc76d3625 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 7 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Nov 21 03:24:57 2004 +0000 +++ b/lisp/ChangeLog Sun Nov 21 03:27:39 2004 +0000 @@ -1,3 +1,8 @@ +2004-11-20 Luc Teirlinck <teirllm@auburn.edu> + + * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead + of `defconst'. + 2004-11-20 Richard M. Stallman <rms@gnu.org> * emacs-lisp/bytecomp.el (byte-compile-form): @@ -6,7 +11,7 @@ * comint.el (comint-input-ring-size): Increase to 150. - * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode): + * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode): New variables. (hexl-mode): Set those variables, record ruler-mode and hl-line-mode. (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode. @@ -14,7 +19,7 @@ * imenu.el (imenu--generic-function): Ensure we keep moving backward even if BEG isn't further back. - * replace.el (query-replace-read-to, query-replace-read-from): + * replace.el (query-replace-read-to, query-replace-read-from): Specify t for KEEP-ALL in read-from-minibuffer. * progmodes/python.el (python-switch-to-python):