aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorGlenn Morris2012-08-22 13:32:51 -0400
committerGlenn Morris2012-08-22 13:32:51 -0400
commit61a48e191ddd1e54b43f7a30f08c05528f5852af (patch)
tree9c3d1f4cc63d627050b05cf228a693fed6d6ad6a /lisp
parentadd9ca2d9a056c4043c8d244fed8a5f4fcdcc4a0 (diff)
downloademacs-61a48e191ddd1e54b43f7a30f08c05528f5852af.tar.gz
emacs-61a48e191ddd1e54b43f7a30f08c05528f5852af.zip
ChangeLog fix
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog6
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 @@
12012-08-22 Bastien Guerry <bzg@gnu.org> 12012-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
62012-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