diff options
| author | Stefan Monnier | 2008-04-07 18:57:28 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2008-04-07 18:57:28 +0000 |
| commit | 1906dec48aefa1d94eacd5a5c7da836e760aeed5 (patch) | |
| tree | c49a0ac52b4db5221cf598189e1fd1085a32060f /lisp/ChangeLog | |
| parent | 65f81a0b2b74101ec8d2bee4a342bde6d00cedd4 (diff) | |
| download | emacs-1906dec48aefa1d94eacd5a5c7da836e760aeed5.tar.gz emacs-1906dec48aefa1d94eacd5a5c7da836e760aeed5.zip | |
(dired-read-shell-command): Use read-shell-command.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7518a3a71d3..cac2cd6aa7a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,8 +1,12 @@ | |||
| 1 | 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * dired-aux.el (dired-read-shell-command): Use read-shell-command. | ||
| 4 | |||
| 1 | 2008-04-07 Sam Steingold <sds@gnu.org> | 5 | 2008-04-07 Sam Steingold <sds@gnu.org> |
| 2 | 6 | ||
| 3 | * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string): | 7 | * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string): |
| 4 | Add helper functions. | 8 | Add helper functions. |
| 5 | (lisp-do-defun): Extracted the common part of lisp-eval-defun and | 9 | (lisp-do-defun): Extract the common part of lisp-eval-defun and |
| 6 | lisp-compile-defun; DEFVAR forms reset the variables to the init | 10 | lisp-compile-defun; DEFVAR forms reset the variables to the init |
| 7 | values, just like in emacs-lisp mode eval-defun. | 11 | values, just like in emacs-lisp mode eval-defun. |
| 8 | (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun. | 12 | (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun. |