Gnus development mailing list
 help / color / mirror / Atom feed
From: Nelson Ferreira <nelson.ferreira@ieee.org>
To: ding@gnus.org
Subject: [PATCH] Fix compilation of Gnus in XEmacsen
Date: Wed, 24 Oct 2012 12:40:09 -0400	[thread overview]
Message-ID: <m2ehknsu1i.fsf@neumann.in.inware.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 107 bytes --]


In (S)XEmacs define-compiler-macro is defined in cl-macs.

Doing a require of cl-macs when on XEmacsen.



[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: dgnushack.diff --]
[-- Type: text/x-patch, Size: 317 bytes --]

diff --git a/lisp/dgnushack.el b/lisp/dgnushack.el
index 40d3019..714bde7 100644
--- a/lisp/dgnushack.el
+++ b/lisp/dgnushack.el
@@ -28,8 +28,11 @@
 
 (defalias 'facep 'ignore)
 
+
 (require 'cl)
 (require 'iswitchb)
+(when (featurep 'xemacs)
+	(require 'cl-macs))
 
 (condition-case nil
     (require 'org-entities)

             reply	other threads:[~2012-10-24 16:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-24 16:40 Nelson Ferreira [this message]
2012-10-25  0:24 ` Katsumi Yamaoka

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=m2ehknsu1i.fsf@neumann.in.inware.org \
    --to=nelson.ferreira@ieee.org \
    --cc=ding@gnus.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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).