From 19625efbcb2cf4f9807a33801a91f16f02c2e930 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Thu, 23 Oct 2014 09:33:25 -0400 Subject: * lisp/emacs-lisp/bytecomp.el (byte-compile--use-old-handlers): Change default. --- lisp/emacs-lisp/bytecomp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/emacs-lisp') 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." ;; (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) -- cgit v1.2.3