comparison lisp/ChangeLog @ 47693:6dd3bdf36ac0

*** empty log message ***
author Colin Walters <walters@gnu.org>
date Mon, 30 Sep 2002 04:23:09 +0000
parents deb6fb65d76c
children 9505d3b154c9
comparison
equal deleted inserted replaced
47692:ff9770dda600 47693:6dd3bdf36ac0
1 2002-09-30 Colin Walters <walters@gnu.org>
2
3 * calc/calc-stuff.el (calc-flush-caches): Add optional arg
4 `inhibit-msg'.
5
6 * calc/calc-prog.el (calc-kbd-report, calc-kbd-query): Don't bind
7 `executing-kbd-macro' and `defining-kbd-macro'.
8
9 * calc/calc-ext.el (calc-reset): Don't bind `executing-kbd-macro'.
10 Call `calc-flush-caches' with inhibit-msg arg.
11 (calc-change-mode): Remove extra arg for `calc-save-modes'.
12
13 * calc/calc-mode.el (calc-save-modes): Remove `quiet' arg; Don't bind `executing-kbd-macro'.
14
1 2002-09-29 Noah Friedman <friedman@splode.com> 15 2002-09-29 Noah Friedman <friedman@splode.com>
2 16
3 * subr.el (read-key): Use read-key-auxiliary-map, not 17 * subr.el (read-key): Use read-key-auxiliary-map, not
4 read-key-aux-map. 18 read-key-aux-map.
5 19