diff options
| author | Stefan Monnier | 2011-08-22 18:10:21 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2011-08-22 18:10:21 -0400 |
| commit | 867cab7493ffdaa9de2b06db573a5f6290a2042f (patch) | |
| tree | f77a42b1df380b2335629bbe7456f6726f547d55 /lisp/ChangeLog | |
| parent | 4eb613489b98093e31f2a81765a4b644fdb90fb2 (diff) | |
| download | emacs-867cab7493ffdaa9de2b06db573a5f6290a2042f.tar.gz emacs-867cab7493ffdaa9de2b06db573a5f6290a2042f.zip | |
* lisp/progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
strings and comments.
Fixes: debbugs:9333
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4efa1de8e43..82d67fe476d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in | ||
| 4 | strings and comments (bug#9333). | ||
| 5 | |||
| 3 | * emacs-lisp/debug.el (debug-arglist): New function. | 6 | * emacs-lisp/debug.el (debug-arglist): New function. |
| 4 | (debug-convert-byte-code): Use it. Handle lexical byte-codes. | 7 | (debug-convert-byte-code): Use it. Handle lexical byte-codes. |
| 5 | (debug-on-entry-1): Handle interpreted closures (bug#9120). | 8 | (debug-on-entry-1): Handle interpreted closures (bug#9120). |