emacs-devel
[Top][All Lists]
Advanced

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

Fwd: [CEDET-devel] Latest EMACS from CVS breaks CEDET


From: Lennart Borgman
Subject: Fwd: [CEDET-devel] Latest EMACS from CVS breaks CEDET
Date: Mon, 27 Jul 2009 02:19:50 +0200

Are people on Emacs devel aware of this?




---------- Forwarded message ----------
From: Ray Racine <address@hidden>
Date: Mon, Jul 27, 2009 at 2:11 AM
Subject: [CEDET-devel] Latest EMACS from CVS breaks CEDET
To: address@hidden


Never mind...  I see this was already posted on the list.

The latest and greatest EMACS from CVS breaks CEDET on my Linux box.
Looks like they changed the name the default byte compile output
buffer.  The following change worked for me.  This is for edification
only.  A proper patch would have to take into account the EMAC's
version.

Index: eieio/eieio-comp.el
===================================================================
RCS file: /cvsroot/cedet/cedet/eieio/eieio-comp.el,v
retrieving revision 1.14
diff -u -r1.14 eieio-comp.el
--- eieio/eieio-comp.el    29 Sep 2008 00:18:57 -0000    1.14
+++ eieio/eieio-comp.el    26 Jul 2009 23:11:58 -0000
@@ -78,7 +78,7 @@
      (class (if (listp arg1) (nth 1 arg1) nil))
      (my-outbuffer (if (eval-when-compile
                  (string-match "XEmacs" emacs-version))
-               byte-compile-outbuffer outbuffer))
+               byte-compile-outbuffer bytecomp-outbuffer))
      )
     (let ((name (format "%s::%s" (or class "#<generic>") meth)))
       (if byte-compile-verbose

------------------------------------------------------------------------------

_______________________________________________
Cedet-devel mailing list
address@hidden
https://lists.sourceforge.net/lists/listinfo/cedet-devel




reply via email to

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