Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
ebb4d60b
Commit
ebb4d60b
authored
Jul 03, 2006
by
Bill Wohler
Browse files
Require mh-buffers and mh-compat before mh-xemacs now that mh-xemacs
needs functions in mh-compat.
parent
b2c09a2e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
lisp/mh-e/ChangeLog
lisp/mh-e/ChangeLog
+5
-0
lisp/mh-e/mh-e.el
lisp/mh-e/mh-e.el
+3
-3
No files found.
lisp/mh-e/ChangeLog
View file @
ebb4d60b
2006
-
07
-
03
Bill
Wohler
<
wohler
@
newt
.
com
>
*
mh
-
e
.
el
:
Require
mh
-
buffers
and
mh
-
compat
before
mh
-
xemacs
now
that
mh
-
xemacs
needs
functions
in
mh
-
compat
.
2006
-
06
-
29
Bill
Wohler
<
wohler
@
newt
.
com
>
*
mh
-
search
.
el
(
mh
-
search
,
mh
-
index
-
group
-
by
-
folder
):
Add
"the"
in
...
...
lisp/mh-e/mh-e.el
View file @
ebb4d60b
...
...
@@ -96,6 +96,9 @@
(
mh-require-cl
)
(
require
'mh-buffers
)
(
require
'mh-compat
)
(
eval-and-compile
(
defvar
mh-xemacs-flag
(
featurep
'xemacs
)
"Non-nil means the current Emacs is XEmacs."
))
...
...
@@ -103,9 +106,6 @@
(
mh-do-in-xemacs
(
require
'mh-xemacs
))
(
require
'mh-buffers
)
(
require
'mh-compat
)
(
mh-font-lock-add-keywords
'emacs-lisp-mode
(
eval-when-compile
...
...
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