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
7520f318
Commit
7520f318
authored
Jul 29, 1993
by
Richard M. Stallman
Browse files
Do the global key bindings only via loaddefs.el,
not when sendmail.el is loaded.
parent
60bf8ee4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
10 deletions
+5
-10
lisp/mail/sendmail.el
lisp/mail/sendmail.el
+5
-10
No files found.
lisp/mail/sendmail.el
View file @
7520f318
...
...
@@ -831,16 +831,11 @@ The seventh argument ACTIONS is a list of actions to take
(
pop-to-buffer
"*mail*"
))
(
mail
noerase
to
subject
in-reply-to
cc
replybuffer
sendactions
))
;;;###autoload
(
define-key
ctl-x-map
"m"
'mail
)
;;;###autoload
(
define-key
ctl-x-4-map
"m"
'mail-other-window
)
;;;###autoload
(
define-key
ctl-x-5-map
"m"
'mail-other-frame
)
;;; Do not execute these when sendmail.el is loaded,
;;; only in loaddefs.el.
;;;###autoload (define-key ctl-x-map "m" 'mail)
;;;###autoload (define-key ctl-x-4-map "m" 'mail-other-window)
;;;###autoload (define-key ctl-x-5-map "m" 'mail-other-frame)
;;; Do not add anything but external entries on this page.
...
...
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