all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Paul Eggert <eggert@cs.ucla.edu>
To: 13931@debbugs.gnu.org
Subject: bug#13931: 24.3.50; latest trunk fails to compile on linux
Date: Tue, 12 Mar 2013 15:07:08 -0700	[thread overview]
Message-ID: <513FA70C.9060601@cs.ucla.edu> (raw)
In-Reply-To: <qtm7gld9vrd.fsf@gmail.com>

Here's a patch that fixes things for me:

2013-03-12  Paul Eggert  <eggert@cs.ucla.edu>

	Fix bug that broke 'make bootstrap' (Bug#13931).
	This is presumably temporary, until Stefan gets around to a real fix.
	* emacs-lisp/byte-run.el (dont-compile, with-no-warnings):
	Revert 2013-03-10 patch for now.

=== 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)))))
 
 \f
@@ -402,9 +402,9 @@
   ;; macroexpansion.
   (list 'quote (eval (cons 'progn body) lexical-binding)))
 
+(put 'with-no-warnings 'lisp-indent-function 0)
 (defun with-no-warnings (&rest body)
   "Like `progn', but prevents compiler warnings in the body."
-  (declare (indent 0))
   ;; The implementation for the interpreter is basically trivial.
   (car (last body)))
 






  parent reply	other threads:[~2013-03-12 22:07 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 ` Paul Eggert [this message]
2013-03-13  1:16   ` bug#13931: 24.3.50; latest trunk fails to compile on linux Stefan Monnier
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=513FA70C.9060601@cs.ucla.edu \
    --to=eggert@cs.ucla.edu \
    --cc=13931@debbugs.gnu.org \
    /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.