diff options
| author | Glenn Morris | 2012-08-22 13:32:51 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-08-22 13:32:51 -0400 |
| commit | 61a48e191ddd1e54b43f7a30f08c05528f5852af (patch) | |
| tree | 9c3d1f4cc63d627050b05cf228a693fed6d6ad6a /lisp | |
| parent | add9ca2d9a056c4043c8d244fed8a5f4fcdcc4a0 (diff) | |
| download | emacs-61a48e191ddd1e54b43f7a30f08c05528f5852af.tar.gz emacs-61a48e191ddd1e54b43f7a30f08c05528f5852af.zip | |
ChangeLog fix
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 486c12e8c5d..39d1e94dbf5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,7 +1,9 @@ | |||
| 1 | 2012-08-22 Bastien Guerry <bzg@gnu.org> | 1 | 2012-08-22 Le Wang <l26wang@gmail.com> (tiny change) |
| 2 | 2 | ||
| 3 | * misc.el (forward-to-word, backward-to-word): Activate or extend | 3 | * misc.el (forward-to-word, backward-to-word): Activate or extend |
| 4 | the region under `shift-select-mode'. | 4 | the region under `shift-select-mode'. (Bug#12231) |
| 5 | |||
| 6 | 2012-08-22 Bastien Guerry <bzg@gnu.org> | ||
| 5 | 7 | ||
| 6 | * progmodes/executable.el (executable-prefix): Set to "#!" instead | 8 | * progmodes/executable.el (executable-prefix): Set to "#!" instead |
| 7 | of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details | 9 | of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details |