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
876cd689
Commit
876cd689
authored
Dec 24, 1993
by
Richard M. Stallman
Browse files
Comment change.
parent
6c045717
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
lisp/mail/rmail.el
lisp/mail/rmail.el
+5
-1
No files found.
lisp/mail/rmail.el
View file @
876cd689
...
@@ -532,7 +532,11 @@ Instead, these commands are available:
...
@@ -532,7 +532,11 @@ Instead, these commands are available:
(setq major-mode 'rmail-mode)
(setq major-mode 'rmail-mode)
(setq mode-name "RMAIL")
(setq mode-name "RMAIL")
(setq buffer-read-only t)
(setq buffer-read-only t)
;; No need to auto save RMAIL files.
;; No need to auto save RMAIL files in normal circumstances
;; because they contain no info except attribute changes
;; and deletion of messages.
;; The one exception is when messages are copied into an Rmail mode buffer.
;; rmail-output-to-rmail-file enables auto save when you do that.
(setq buffer-auto-save-file-name nil)
(setq buffer-auto-save-file-name nil)
(if (boundp 'mode-line-modified)
(if (boundp 'mode-line-modified)
(setq mode-line-modified "--- ")
(setq mode-line-modified "--- ")
...
...
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