mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-21 04:17:35 +00:00
* lisp/emacs-lisp/bytecomp.el (byte-compile--use-old-handlers): Change default.
This commit is contained in:
parent
f43d61f556
commit
19625efbcb
2 changed files with 5 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue