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
0f1f01d6
Commit
0f1f01d6
authored
Jan 30, 2006
by
Bill Wohler
Browse files
(mh-letter-menu): Remove. Defvar no longer needed to shush compiler.
(mh-letter-mode): Remove Mail menu.
parent
19750a72
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
lisp/mh-e/mh-letter.el
lisp/mh-e/mh-letter.el
+5
-1
No files found.
lisp/mh-e/mh-letter.el
View file @
0f1f01d6
...
...
@@ -84,7 +84,6 @@ semi-obsolete and is only used if `mail-citation-hook' is nil.")
;;; Letter Menu
(
eval-when-compile
(
defvar
mh-letter-menu
nil
))
(
easy-menu-define
mh-letter-menu
mh-letter-mode-map
"Menu for MH-E letter mode."
'
(
"Letter"
...
...
@@ -353,6 +352,11 @@ order).
;; ...or the header only
(
setq
font-lock-defaults
'
((
mh-show-font-lock-keywords
)
t
))))
(
easy-menu-add
mh-letter-menu
)
;; Maybe we want to use the existing Mail menu from mail-mode in
;; 9.0; in the mean time, let's remove it since the redundancy will
;; only produce confusion.
(
define-key
mh-letter-mode-map
[menu-bar
mail]
'undefined
)
(
mh-do-in-xemacs
(
easy-menu-remove
mail-menubar-menu
))
(
setq
fill-column
mh-letter-fill-column
)
;; If text-mode-hook turned on auto-fill, tune it for messages
(
when
auto-fill-function
...
...
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