From: Glenn Morris <rgm@gnu.org>
To: Katsumi Yamaoka <yamaoka@jpl.org>
Cc: 25552@debbugs.gnu.org
Subject: bug#25552: 26.0.50; load cl unintendedly
Date: Tue, 31 Jan 2017 17:39:45 -0500 [thread overview]
Message-ID: <13inouj1la.fsf@fencepost.gnu.org> (raw)
In-Reply-To: <p8fuk0ch2h.fsf@fencepost.gnu.org> (Glenn Morris's message of "Mon, 30 Jan 2017 17:35:02 -0500")
Glenn Morris wrote:
> emacs -Q -l mh-e
>
> loads cl.
This seems to fix it for me, though I do not use mh-e and so cannot test
it properly.
--- i/lisp/mh-e/mh-compat.el
+++ w/lisp/mh-e/mh-compat.el
@@ -40,7 +40,7 @@
;; Items are listed alphabetically (except for mh-require which is
;; needed sooner it would normally appear).
-(require 'mh-acros)
+(eval-when-compile (require 'mh-acros))
(mh-do-in-gnu-emacs
(defalias 'mh-require 'require))
@@ -374,7 +374,6 @@ mh-write-file-functions
(provide 'mh-compat)
;; Local Variables:
-;; no-byte-compile: t
;; indent-tabs-mode: nil
;; sentence-end-double-space: nil
;; End:
next prev parent reply other threads:[~2017-01-31 22:39 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-27 1:24 bug#25552: 26.0.50; load cl unintendedly Katsumi Yamaoka
2017-01-27 1:50 ` Katsumi Yamaoka
2017-01-29 17:03 ` npostavs
2017-01-30 3:37 ` Mark Oteiza
2017-01-30 22:35 ` Glenn Morris
2017-01-31 22:39 ` Glenn Morris [this message]
2017-02-01 1:09 ` Katsumi Yamaoka
[not found] ` <b4m60kuk98u.fsf@jpl.org>
2017-02-01 4:02 ` Mike Kupfer
[not found] ` <17104.1485921740@alto>
2017-02-01 13:51 ` npostavs
2017-02-03 2:05 ` Mike Kupfer
2017-02-03 2:21 ` Jeffrey Honig
[not found] ` <CAC5WE8qFGjt5bLsbVJrvUttPOom8nN+Xe-WuW1zTvpaHvf=5BQ@mail.gmail.com>
2017-02-03 6:30 ` Bill Wohler
2017-02-06 1:25 ` Jeffrey Honig
2017-02-06 2:03 ` Glenn Morris
2017-04-09 12:01 ` npostavs
2017-04-09 14:25 ` Mike Kupfer
2017-04-14 1:30 ` Mike Kupfer
[not found] ` <12659.1492133413@alto>
2017-04-14 14:36 ` Noam Postavsky
2017-04-14 17:05 ` Glenn Morris
[not found] ` <4mefwu2a3a.fsf@fencepost.gnu.org>
2017-04-15 18:17 ` Bill Wohler
[not found] ` <CAM-tV-9fuKGbSBY8sDfL5MvAq0iAua5-4USgRrD11AQ+C52Avg@mail.gmail.com>
2017-05-01 5:10 ` Bill Wohler
[not found] ` <27497.1493615440@olgas.newt.com>
2017-05-01 13:43 ` Mike Kupfer
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=13inouj1la.fsf@fencepost.gnu.org \
--to=rgm@gnu.org \
--cc=25552@debbugs.gnu.org \
--cc=yamaoka@jpl.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.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
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 read-only IMAP folder(s) and NNTP newsgroup(s).