GNU bug report logs - #12593
24.2.50; Autoload (or define-ibuffer-filter?) does not work in eproject

Previous Next

Package: emacs;

Reported by: Takafumi Arakaki <aka.tkf <at> gmail.com>

Date: Sun, 7 Oct 2012 14:34:02 UTC

Severity: normal

Found in version 24.2.50

Done: Stefan Monnier <monnier <at> iro.umontreal.ca>

Bug is archived. No further changes may be made.

Full log


Message #10 received at 12593-done <at> debbugs.gnu.org (full text, mbox):

From: Stefan Monnier <monnier <at> iro.umontreal.ca>
To: Takafumi Arakaki <aka.tkf <at> gmail.com>
Cc: 12593-done <at> debbugs.gnu.org
Subject: Re: bug#12593: 24.2.50;
	Autoload (or define-ibuffer-filter?) does not work in eproject
Date: Sun, 07 Oct 2012 11:15:33 -0400
> $ emacs -Q -L . -batch -f batch-byte-compile *.el
> ... many warnings ...

These warnings were the important starting point to find the culprit.

I believe I've fixed the underlying problem with the patch below, thank
you very much.  Please try again with a fully-rebuilt Emacs (you
probably need to "make bootstrap" for the fix to be effective).


        Stefan


--- lisp/emacs-lisp/autoload.el	2012-08-11 02:12:12 +0000
+++ lisp/emacs-lisp/autoload.el	2012-10-07 15:11:40 +0000
@@ -153,7 +153,7 @@
 		   easy-mmode-define-minor-mode define-minor-mode
 		   cl-defun defun* cl-defmacro defmacro*
                    define-overloadable-function))
-      (let* ((macrop (memq car '(defmacro defmacro*)))
+      (let* ((macrop (memq car '(defmacro cl-defmacro defmacro*)))
 	     (name (nth 1 form))
 	     (args (pcase car
                      ((or `defun `defmacro





This bug report was last modified 12 years and 315 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.