diff options
| author | Paul Eggert | 2013-07-14 19:33:54 -0700 |
|---|---|---|
| committer | Paul Eggert | 2013-07-14 19:33:54 -0700 |
| commit | 0463c1ef26bf2d3dc3ea8a3de20e4446c1a55e64 (patch) | |
| tree | 2ac270452bdf6a1404d80c216b07cf3caaaa2e9f /lisp/ChangeLog | |
| parent | b43f6451c82dd67e54fd2c30eb54b1ea1236c6e6 (diff) | |
| download | emacs-0463c1ef26bf2d3dc3ea8a3de20e4446c1a55e64.tar.gz emacs-0463c1ef26bf2d3dc3ea8a3de20e4446c1a55e64.zip | |
* shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
The hack didn't work outside English locales anyway.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6dcbb90b0f6..d11db5d303e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2013-07-15 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x. | ||
| 4 | The hack didn't work outside English locales anyway. | ||
| 5 | |||
| 1 | 2013-07-15 Juanma Barranquero <lekktu@gmail.com> | 6 | 2013-07-15 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 7 | ||
| 3 | * simple.el (define-alternatives): Rename from alternatives-define, | 8 | * simple.el (define-alternatives): Rename from alternatives-define, |