Merge from origin/emacs-25
facb5e2
Update Emacs manual section related to character folding4efea8e
; * etc/DEBUG: Fix a typo. (Bug#22984)f8df21b
Update admin/notes/unicode950be68
Add symref-filepattern entries for c?perl-mode8b8a6ad
Don't use XRANDR 1.3 extensions if the server doesn't support them.985dacf
; NEWS update for the last change in etags741a6f8
Sync with gnulib7352c6c
Rework C source files to avoid ^(a589e9a
By default, etags produces unqualified Perl tag names72c7438
Indent methods with keyword names correctly28532a9
Propertize character literals and special global variables differentlya7d6f39
; Fix last change in NEWS83b2a20
Change how /etc/NEWS presents character foldingb417c5a
Revert "Revert "Backport: * lisp/isearch.el: Turn char-folding off by default""711ca36
Properly handle lambda as read function (bug 22961)1b9d616
Propertize operator symbol names with symbol syntax class9b16bc2
Stop recognizing :#{} as symbol in ruby-mode366ec77
Allow using the left shift operator without spaces on both sides02bf7cc
Properly handle unquoting in wdired (bug 22938)16cf469
; Spelling fix and tighten up commentf50bc04
Allow splat operator before percent literal991c801
Don't apply the return value of goto-char as syntax class6e63b3e
Guard against nested percent literals066f3bc
Recognize iuwu-mod after an escaped newline6f7a57c
Fix symbolic mode string conversion for s and t50b9826
Update 'ucs-names' database993b2fb
Improve doc string of 'shell-command'b71c717
Make the code in movemail_strftime more generalcc057e4
Speed up redisplay of binary files with long series of nullse51b27e
Remove the highlighting support for quoting 'like this' inside Lisp docstringsb1abce1
Restore leading space in movemail pop output98b8d44
Fix bidi-paragraph-direction in Rmail view bufferdc9d837
Don't misindent computed property generator methods7923112
Fix mbox files produced by movemail on MS-Windowsc45a1ca
doc string file descriptor exhaustion fix265141b
Fix Bug#22814
This commit is contained in:
commit
63efcc2686
257 changed files with 1375 additions and 1305 deletions
|
@ -2800,7 +2800,12 @@ The current mail message becomes the message displayed."
|
|||
;; rmail-header-style based on the binding in effect when
|
||||
;; this function is called; `rmail-toggle-headers' can
|
||||
;; inspect this value to determine how to toggle.
|
||||
(set (make-local-variable 'rmail-header-style) header-style))
|
||||
(set (make-local-variable 'rmail-header-style) header-style)
|
||||
;; In case viewing the previous message sets the paragraph
|
||||
;; direction non-nil, we reset it here to allow independent
|
||||
;; dynamic determination of paragraph direction in every
|
||||
;; message.
|
||||
(setq bidi-paragraph-direction nil))
|
||||
(if (and rmail-enable-mime
|
||||
rmail-show-mime-function
|
||||
(re-search-forward "mime-version: 1.0" nil t))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue