aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2012-05-31 13:56:57 +0800
committerChong Yidong2012-05-31 13:56:57 +0800
commitdd41169b6cb0105b0766f3d368c657ebafc19cba (patch)
tree77b2108f7a54b9eb8c94dc7ce9e3c62c15499074 /lisp/ChangeLog
parentd5fd2c5421d8335f9e36265fe8eb6224c1ff76dd (diff)
downloademacs-dd41169b6cb0105b0766f3d368c657ebafc19cba.tar.gz
emacs-dd41169b6cb0105b0766f3d368c657ebafc19cba.zip
Fix long filename handling of byte-compile-fix-header.
* lisp/emacs-lisp/bytecomp.el (byte-compile-fix-header): Handle arbitrary file name lengths (Bug#11585).
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 2ebff3d0eed..2a04a9ca799 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Handle
4 arbitrary file name lengths (Bug#11585).
5
12012-05-28 Martin Rudalics <rudalics@gmx.at> 62012-05-28 Martin Rudalics <rudalics@gmx.at>
2 7
3 * desktop.el (desktop-read): Clear previous and next buffers for 8 * desktop.el (desktop-read): Clear previous and next buffers for