Merge from emacs-26
e62ad04963
Fix sgml-mode handling of quotes within parens (Bug#36347)06b35b2f92
; * lisp/frame.el: Enhance add-variable-watcher commentary.572e34bb6f
Rename 'make-symbolic-link' argument NEWNAME to LINKNAME04477adedc
Check that length of data returned by sysctl is non-zero81535eeadb
* test/lisp/progmodes/python-tests.el (python-virt-bin): D...9d48979ca8
Fix Python tests depending on system-typefcf6cc3177
Fix problem with wdired test when symlinks cannot be created.4701e0663e
Improve wording of documentation of click events # Conflicts: # lisp/textmodes/sgml-mode.el # test/lisp/textmodes/sgml-mode-tests.el
This commit is contained in:
commit
9552ee4df7
10 changed files with 78 additions and 55 deletions
|
@ -614,6 +614,7 @@ Do \\[describe-key] on the following bindings to discover what they do.
|
|||
(font-lock-syntactic-face-function
|
||||
. sgml-font-lock-syntactic-face)))
|
||||
(setq-local syntax-propertize-function #'sgml-syntax-propertize)
|
||||
(setq-local syntax-ppss-table sgml-tag-syntax-table)
|
||||
(setq-local facemenu-add-face-function 'sgml-mode-facemenu-add-face-function)
|
||||
(setq-local sgml-xml-mode (sgml-xml-guess))
|
||||
(unless sgml-xml-mode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue