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
2c91c85c
Commit
2c91c85c
authored
Sep 04, 1992
by
Richard M. Stallman
Browse files
*** empty log message ***
parent
d872b748
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
8 deletions
+5
-8
lisp/add-log.el
lisp/add-log.el
+3
-6
lisp/mail/rmail.el
lisp/mail/rmail.el
+2
-2
No files found.
lisp/add-log.el
View file @
2c91c85c
...
...
@@ -195,12 +195,9 @@ Runs `change-log-mode-hook'."
(
set
(
make-local-variable
'paragraph-start
)
"^\\s *$\\|^^L"
)
(
set
(
make-local-variable
'paragraph-separate
)
"^\\s *$\\|^^L\\|^\\sw"
)
;; Let all entries for one day behave as one page.
;; Note that a page boundary is also a paragraph boundary.
;; Unfortunately the date line of a page actually belongs to
;; the next day, but I don't see how to avoid that since
;; page moving cmds go to the end of the match, and Emacs
;; regexps don't have a context feature.
(
set
(
make-local-variable
'page-delimiter
)
"^[A-Z][a-z][a-z] .*\n\\|^"
)
;; Match null string on the date-line so that the date-line
;; is grouped with what follows.
(
set
(
make-local-variable
'page-delimiter
)
"^\\<\\|^"
)
(
set
(
make-local-variable
'version-control
)
'never
)
(
set
(
make-local-variable
'adaptive-fill-regexp
)
"\\s *"
)
(
run-hooks
'change-log-mode-hook
))
...
...
lisp/mail/rmail.el
View file @
2c91c85c
...
...
@@ -319,8 +319,8 @@ Instead, these commands are available:
Any other label is present only if you add it with `a'.
\\[rmail-previous-labeled-message] Move to Previous message with specified label
\\[rmail-summary] Show headers buffer, with a one line summary of each message.
\\[rmail-summary-by-labels] Like
h
only just messages with particular label(s) are summarized.
\\[rmail-summary-by-recipients] Like
h
only just messages with particular recipient(s) are summarized.
\\[rmail-summary-by-labels] Like
\\[rmail-summary]
only just messages with particular label(s) are summarized.
\\[rmail-summary-by-recipients] Like
\\[rmail-summary]
only just messages with particular recipient(s) are summarized.
\\[rmail-toggle-header] Toggle header, show Rmail header if unformatted or vice versa.
\\[rmail-edit-current-message] Edit the current message. \\[rmail-cease-edit] to return to Rmail."
(interactive)
...
...
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