Gnus development mailing list
 help / color / mirror / Atom feed
* [PATCH: gnus-5.2.36] a smiley.el buglet
@ 1996-07-17 19:22 Mark Borges
  0 siblings, 0 replies; only message in thread
From: Mark Borges @ 1996-07-17 19:22 UTC (permalink / raw)


Since smiley.el requires messagexmas.el, which uses
nnheader-find-etc-directory() it will fail if gnus is not already
loaded (e.g., if you invoke VM first, and have hooked smiley.el into
it). 

Appended is the quick fix.

*** messagexmas.el.orig Wed Jul 17 13:14:13 1996
--- messagexmas.el      Wed Jul 17 13:14:49 1996
***************
*** 25,30 ****
--- 25,33 ----
  ;;; Code:
+ ; for nnheader-find-etc-directory
+ (require 'nnheader)
+
  (defvar message-xmas-dont-activate-region nil
    "If t, don't activate region after yanking.")


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

only message in thread, other threads:[~1996-07-17 19:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-07-17 19:22 [PATCH: gnus-5.2.36] a smiley.el buglet Mark Borges

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