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
c21b5781
Commit
c21b5781
authored
Feb 26, 1996
by
Richard M. Stallman
Browse files
(mail-mode-map): Bind M-TAB to mail-complete.
parent
c0fd4267
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
lisp/mail/sendmail.el
lisp/mail/sendmail.el
+1
-0
No files found.
lisp/mail/sendmail.el
View file @
c21b5781
...
...
@@ -340,6 +340,7 @@ C-c C-v mail-sent-via (add a Sent-via field for each To or CC)."
(
if
mail-mode-map
nil
(
setq
mail-mode-map
(
nconc
(
make-sparse-keymap
)
text-mode-map
))
(
define-key
mail-mode-map
"\M-\t"
'mail-complete
)
(
define-key
mail-mode-map
"\C-c?"
'describe-mode
)
(
define-key
mail-mode-map
"\C-c\C-f\C-t"
'mail-to
)
(
define-key
mail-mode-map
"\C-c\C-f\C-b"
'mail-bcc
)
...
...
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