mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-06 11:50:51 -08:00
Merge emacs-25 into master (using imerge)
This commit is contained in:
commit
9f2f14a072
391 changed files with 14943 additions and 7937 deletions
|
|
@ -40,9 +40,9 @@
|
|||
"and here's a closer ")
|
||||
(let ((last-command-event ?\)))
|
||||
(ert-simulate-command '(self-insert-command 1)))
|
||||
;; Syntax propertization doesn't kick in batch mode
|
||||
(when noninteractive
|
||||
(syntax-propertize (point-max)))
|
||||
;; Auto syntax propertization doesn't kick in until
|
||||
;; parse-sexp-lookup-properties is set.
|
||||
(setq-local parse-sexp-lookup-properties t)
|
||||
(backward-sexp)
|
||||
(should (string= "here's an opener "
|
||||
(buffer-substring-no-properties
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue