all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Fwd: [CEDET-devel] Latest EMACS from CVS breaks CEDET
       [not found] <ec7b3b810907261711v372c2956x6c46a153e4c368c@mail.gmail.com>
@ 2009-07-27  0:19 ` Lennart Borgman
  0 siblings, 0 replies; only message in thread
From: Lennart Borgman @ 2009-07-27  0:19 UTC (permalink / raw)
  To: Emacs-Devel devel

Are people on Emacs devel aware of this?




---------- Forwarded message ----------
From: Ray Racine <ray.racine@gmail.com>
Date: Mon, Jul 27, 2009 at 2:11 AM
Subject: [CEDET-devel] Latest EMACS from CVS breaks CEDET
To: cedet-devel@lists.sf.net


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

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-07-27  0:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <ec7b3b810907261711v372c2956x6c46a153e4c368c@mail.gmail.com>
2009-07-27  0:19 ` Fwd: [CEDET-devel] Latest EMACS from CVS breaks CEDET Lennart Borgman

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.