Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
92ec073e
Commit
92ec073e
authored
Jul 03, 2011
by
Bill Wohler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* mh-e.el: Just require mh-loaddefs since loading it in an
eval-and-compile block causes compilation errors in XEmacs.
parent
54a5db74
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
lisp/mh-e/ChangeLog
lisp/mh-e/ChangeLog
+3
-0
lisp/mh-e/mh-e.el
lisp/mh-e/mh-e.el
+1
-4
No files found.
lisp/mh-e/ChangeLog
View file @
92ec073e
2011
-
07
-
04
Bill
Wohler
<
wohler
@
newt
.
com
>
*
mh
-
e
.
el
:
Just
require
mh
-
loaddefs
since
loading
it
in
an
eval
-
and
-
compile
block
causes
compilation
errors
in
XEmacs
.
*
mh
-
acros
.
el
,
mh
-
comp
.
el
,
mh
-
e
.
el
,
mh
-
folder
.
el
,
mh
-
letter
.
el
:
*
mh
-
mime
.
el
,
mh
-
search
.
el
,
mh
-
seq
.
el
:
Shush
XEmacs
compiler
in
mh
-
do
-
in
-
xemacs
block
.
...
...
lisp/mh-e/mh-e.el
View file @
92ec073e
...
...
@@ -90,10 +90,7 @@
;; Provide functions to the rest of MH-E. However, mh-e.el must not
;; use any definitions in files that require mh-e from mh-loaddefs,
;; for if it does it will introduce a require loop.
(
eval-and-compile
;; Load it during compilation as well, since it defines the macro
;; mh-require-cl.
(
load
"mh-loaddefs"
nil
'nomessage
))
(
require
'mh-loaddefs
)
(
mh-require-cl
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment