emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r118185: * lisp/emacs-lisp/bytecomp.el (byte-compile


From: Stefan Monnier
Subject: [Emacs-diffs] trunk r118185: * lisp/emacs-lisp/bytecomp.el (byte-compile--use-old-handlers): Change default.
Date: Thu, 23 Oct 2014 13:33:51 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 118185
revision-id: address@hidden
parent: address@hidden
committer: Stefan Monnier <address@hidden>
branch nick: trunk
timestamp: Thu 2014-10-23 09:33:25 -0400
message:
  * lisp/emacs-lisp/bytecomp.el (byte-compile--use-old-handlers): Change 
default.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/emacs-lisp/bytecomp.el    bytecomp.el-20091113204419-o5vbwnq5f7feedwu-492
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-10-23 08:07:40 +0000
+++ b/lisp/ChangeLog    2014-10-23 13:33:25 +0000
@@ -1,3 +1,7 @@
+2014-10-23  Stefan Monnier  <address@hidden>
+
+       * emacs-lisp/bytecomp.el (byte-compile--use-old-handlers): Change 
default.
+
 2014-10-23  Leo Liu  <address@hidden>
 
        * progmodes/cfengine.el (cfengine3-defun-full-re): New var.

=== modified file 'lisp/emacs-lisp/bytecomp.el'
--- a/lisp/emacs-lisp/bytecomp.el       2014-10-23 01:38:59 +0000
+++ b/lisp/emacs-lisp/bytecomp.el       2014-10-23 13:33:25 +0000
@@ -4072,7 +4072,7 @@
 ;; (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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]