mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 16:51:06 -07:00
*** empty log message ***
This commit is contained in:
parent
d872b7483c
commit
2c91c85ce0
2 changed files with 5 additions and 8 deletions
|
|
@ -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))
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue