Gnus development mailing list
 help / color / mirror / Atom feed
From: Mark Borges <mdb@cdc.noaa.gov>
Subject: [PATCH: gnus-5.2.36] a smiley.el buglet
Date: Wed, 17 Jul 1996 13:22:01 -0600	[thread overview]
Message-ID: <199607171922.NAA12515@suomi.cdc.noaa.gov> (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.")


                 reply	other threads:[~1996-07-17 19:22 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=199607171922.NAA12515@suomi.cdc.noaa.gov \
    --to=mdb@cdc.noaa.gov \
    /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).