all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
To: Paul Eggert <eggert@cs.ucla.edu>
Cc: 13931@debbugs.gnu.org
Subject: bug#13931: 24.3.50; latest trunk fails to compile on linux
Date: Tue, 12 Mar 2013 21:16:42 -0400	[thread overview]
Message-ID: <jwv38w02j6l.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <513FA70C.9060601@cs.ucla.edu> (Paul Eggert's message of "Tue, 12 Mar 2013 15:07:08 -0700")

> === 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	other threads:[~2013-03-13  1:16 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-12  2:50 bug#13931: 24.3.50; latest trunk fails to compile on linux Richard Kim
2013-03-12 14:34 ` Thierry Volpiatto
2013-03-12 17:00 ` bug#13931: 24.3.50; latest trunk fails to compile on GNU/linux Richard Stallman
2013-03-12 17:48   ` Thierry Volpiatto
2013-03-12 22:07 ` bug#13931: 24.3.50; latest trunk fails to compile on linux Paul Eggert
2013-03-13  1:16   ` Stefan Monnier [this message]
2013-03-13  3:53     ` Paul Eggert
2013-03-13  9:51       ` Thierry Volpiatto

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=jwv38w02j6l.fsf-monnier+emacs@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=13931@debbugs.gnu.org \
    --cc=eggert@cs.ucla.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.