bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#13931: 24.3.50; latest trunk fails to compile on linux


From: Stefan Monnier
Subject: bug#13931: 24.3.50; latest trunk fails to compile on linux
Date: Tue, 12 Mar 2013 21:16:42 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> === modified file 'lisp/emacs-lisp/byte-run.el'
> --- lisp/emacs-lisp/byte-run.el       2013-03-10 21:40:55 +0000
> +++ lisp/emacs-lisp/byte-run.el       2013-03-12 21:53:02 +0000
> @@ -378,7 +378,7 @@
>  (defmacro dont-compile (&rest body)
>    "Like `progn', but the body always runs interpreted (not compiled).
>  If you think you need this, you're probably making a mistake somewhere."
> -  (declare (debug t) (indent 0) (obsolete nil "24.4"))
> +  (declare (debug t) (indent 0))
>    (list 'eval (list 'quote (if (cdr body) (cons 'progn body) (car body)))))
 
IIUC this is the only part needed.


        Stefan






reply via email to

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