]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/emacs-lisp/bytecomp.el (byte-compile--use-old-handlers): Change default.
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 23 Oct 2014 13:33:25 +0000 (09:33 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 23 Oct 2014 13:33:25 +0000 (09:33 -0400)
lisp/ChangeLog
lisp/emacs-lisp/bytecomp.el

index c766b83311873be779eabb2aba57b46aa208c6b3..722711d16fb58c7277d832ea4c63e6582a66e40b 100644 (file)
@@ -1,3 +1,7 @@
+2014-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * emacs-lisp/bytecomp.el (byte-compile--use-old-handlers): Change default.
+
 2014-10-23  Leo Liu  <sdl.web@gmail.com>
 
        * progmodes/cfengine.el (cfengine3-defun-full-re): New var.
index df7c4cf11b0bf4639633ffb9fbbca887d60d258e..62de943f1be33f121feafa4d0aaac7fb54bb0645 100644 (file)
@@ -4072,7 +4072,7 @@ binding slots have been popped."
 ;; (byte-defop-compiler-1 save-window-excursion)      ;Obsolete: now a macro.
 ;; (byte-defop-compiler-1 with-output-to-temp-buffer) ;Obsolete: now a macro.
 
-(defvar byte-compile--use-old-handlers t
+(defvar byte-compile--use-old-handlers nil
   "If nil, use new byte codes introduced in Emacs-24.4.")
 
 (defun byte-compile-catch (form)