Gnus development mailing list
 help / color / mirror / Atom feed
* small change to dgnushack.el for vpath building...
@ 1999-11-14  1:55 William M. Perry
  0 siblings, 0 replies; only message in thread
From: William M. Perry @ 1999-11-14  1:55 UTC (permalink / raw)


The file-name-nondirectory is needed or all the xemacs stuff gets
compiled in emacs.

-bp

***************
*** 68,75 ****
  	(require 'w3-forms)
        (error (setq files (delete "nnweb.el" (delete "nnlistserv.el" files)))))
      (while (setq file (pop files))
        (when (or (and (not xemacs)
! 		     (not (member file '("gnus-xmas.el" "gnus-picon.el"
  					 "messagexmas.el" "nnheaderxm.el"
  					 "smiley.el" "x-overlay.el"))))
  		(and xemacs
--- 90,99 ----
  	(require 'w3-forms)
        (error (setq files (delete "nnweb.el" (delete "nnlistserv.el" files)))))
      (while (setq file (pop files))
+       (setq file (expand-file-name file srcdir))
        (when (or (and (not xemacs)
! 		     (not (member (file-name-nondirectory file)
! 				  '("gnus-xmas.el" "gnus-picon.el"
  				    "messagexmas.el" "nnheaderxm.el"
  				    "smiley.el" "x-overlay.el"))))
  		(and xemacs


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

only message in thread, other threads:[~1999-11-14  1:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-11-14  1:55 small change to dgnushack.el for vpath building William M. Perry

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