diff options
| author | Juanma Barranquero | 2008-03-21 00:32:13 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2008-03-21 00:32:13 +0000 |
| commit | 1816387a04faddedc8a703f9ccdfba0a399a47df (patch) | |
| tree | 6ff0a6222590488e0b142b9679b652b732e2c567 | |
| parent | 29b465e1e37c59a446ef24509520f17e3f9e1aa1 (diff) | |
| download | emacs-1816387a04faddedc8a703f9ccdfba0a399a47df.tar.gz emacs-1816387a04faddedc8a703f9ccdfba0a399a47df.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fa1ce50aaa7..718cbf3c29d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | * progmodes/compile.el (compile): | 3 | * progmodes/compile.el (compile): |
| 4 | * progmodes/grep.el (grep, grep-find): Use read-shell-command. | 4 | * progmodes/grep.el (grep, grep-find): Use read-shell-command. |
| 5 | 5 | ||
| 6 | * simple.el (minibuffer-local-shell-command-map): New var. | 6 | * simple.el (minibuffer-local-shell-command-map): New var. |
| 7 | (minibuffer-complete-shell-command, read-shell-command): New funs. | 7 | (minibuffer-complete-shell-command, read-shell-command): New funs. |
| 8 | (shell-command, shell-command-on-region): Use them. | 8 | (shell-command, shell-command-on-region): Use them. |
| 9 | 9 | ||