Merge from origin/emacs-25
d4b93e1
Minor fixes in global-auto-composition-mode02b037b
Allow arithmetic operators inside C++ template constructs.44b16f6
Avoid crashes in semi-malformed 'condition-case'652e5b4
Allow arithmetic operators inside C++ template constructs.d9ea795
Fix regression with 'recent-keys' and keyboard macros903603f
Fix wording in a doc-view.el commentcf79616
; Spelling fixesf8bf1b3
CONTRIBUTE cleanups and updatesf3aaca3
Port USE_STACK_LISP_OBJECTS fix to Clang1834ac7
Port to x86 GCC 4.3.1 and earlier8482949
Fix point movement under 'scroll-conservatively'c1313b5
Replace colon in file name (not legal on Windows)f7af26c
Fix a typo in edt.texi8badf95
Make 'mmap_realloc' on MS-Windows more reliable856cd94
Grep alias `all' shall not match parent directory
This commit is contained in:
commit
220613e089
19 changed files with 259 additions and 194 deletions
|
@ -68,6 +68,7 @@ replacing its case-insensitive matches with the literal string in LIGHTER."
|
|||
"toggle-\\|-mode\\'" ""
|
||||
(symbol-name mode))))
|
||||
" mode")))
|
||||
(setq name (replace-regexp-in-string "\\`Global-" "Global " name))
|
||||
(if (not (stringp lighter)) name
|
||||
;; Strip leading and trailing whitespace from LIGHTER.
|
||||
(setq lighter (replace-regexp-in-string "\\`\\s-+\\|\\s-+\\'" ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue