diff options
| author | Stefan Monnier | 2014-10-23 09:33:25 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2014-10-23 09:33:25 -0400 |
| commit | 19625efbcb2cf4f9807a33801a91f16f02c2e930 (patch) | |
| tree | af8bf98cf26ecac755174e3b05e597840445d280 | |
| parent | f43d61f556eda7d73e236b45e101c101d87acbaf (diff) | |
| download | emacs-19625efbcb2cf4f9807a33801a91f16f02c2e930.tar.gz emacs-19625efbcb2cf4f9807a33801a91f16f02c2e930.zip | |
* lisp/emacs-lisp/bytecomp.el (byte-compile--use-old-handlers): Change default.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/emacs-lisp/bytecomp.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c766b833118..722711d16fb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2014-10-23 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * emacs-lisp/bytecomp.el (byte-compile--use-old-handlers): Change default. | ||
| 4 | |||
| 1 | 2014-10-23 Leo Liu <sdl.web@gmail.com> | 5 | 2014-10-23 Leo Liu <sdl.web@gmail.com> |
| 2 | 6 | ||
| 3 | * progmodes/cfengine.el (cfengine3-defun-full-re): New var. | 7 | * progmodes/cfengine.el (cfengine3-defun-full-re): New var. |
diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el index df7c4cf11b0..62de943f1be 100644 --- a/lisp/emacs-lisp/bytecomp.el +++ b/lisp/emacs-lisp/bytecomp.el | |||
| @@ -4072,7 +4072,7 @@ binding slots have been popped." | |||
| 4072 | ;; (byte-defop-compiler-1 save-window-excursion) ;Obsolete: now a macro. | 4072 | ;; (byte-defop-compiler-1 save-window-excursion) ;Obsolete: now a macro. |
| 4073 | ;; (byte-defop-compiler-1 with-output-to-temp-buffer) ;Obsolete: now a macro. | 4073 | ;; (byte-defop-compiler-1 with-output-to-temp-buffer) ;Obsolete: now a macro. |
| 4074 | 4074 | ||
| 4075 | (defvar byte-compile--use-old-handlers t | 4075 | (defvar byte-compile--use-old-handlers nil |
| 4076 | "If nil, use new byte codes introduced in Emacs-24.4.") | 4076 | "If nil, use new byte codes introduced in Emacs-24.4.") |
| 4077 | 4077 | ||
| 4078 | (defun byte-compile-catch (form) | 4078 | (defun byte-compile-catch (form) |