Gnus development mailing list
 help / color / mirror / Atom feed
* There is no vm.el
@ 1996-11-12 19:15 Steven L Baur
  0 siblings, 0 replies; only message in thread
From: Steven L Baur @ 1996-11-12 19:15 UTC (permalink / raw)


I don't see a vm.el in either XEmacs 19.14 or 19.15 so forcing all
.els is wrong.  The following allows Gnus to bytecompile.

===================================================================
RCS file: RCS/dgnushack.el,v
retrieving revision 1.10
diff -u -r1.10 dgnushack.el
--- dgnushack.el	1996/11/12 18:56:00	1.10
+++ dgnushack.el	1996/11/12 19:11:39
@@ -47,6 +47,8 @@
     (save-match-data
       (cond ((string-match "\\.el\\'" filename)
              nil)
+	    ((string-match "\\`vm\\'" filename)
+	     nil)
             ((string-match "\\.elc\\'" filename)
              (setq filename (replace-match ".el" t t filename)))
             (t

-- 
steve@miranova.com baur
Unsolicited commercial e-mail will be billed at $250/message.
What are the last two letters of "doesn't" and "can't"?
Coincidence?  I think not.


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

only message in thread, other threads:[~1996-11-12 19:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-11-12 19:15 There is no vm.el Steven L Baur

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).