diff options
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 85a8bedf944..7173b620105 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -108,6 +108,13 @@ | |||
| 108 | 108 | ||
| 109 | * simple.el: Comment out change of 2001-09-13. | 109 | * simple.el: Comment out change of 2001-09-13. |
| 110 | 110 | ||
| 111 | 2001-09-13 Milan Zamazal <pdm@zamazal.org> | ||
| 112 | |||
| 113 | * progmodes/compile.el (grep-compute-defaults): Don't set | ||
| 114 | grep-command/grep-find-command when it is already non-nil. | ||
| 115 | (grep-command): Make it a user option. | ||
| 116 | (grep-find-command): Likewise. | ||
| 117 | |||
| 111 | 2001-09-13 Michael Kifer <kifer@cs.sunysb.edu> | 118 | 2001-09-13 Michael Kifer <kifer@cs.sunysb.edu> |
| 112 | 119 | ||
| 113 | * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key): | 120 | * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key): |