diff options
Diffstat (limited to 'lisp/textmodes')
| -rw-r--r-- | lisp/textmodes/sgml-mode.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/textmodes/sgml-mode.el b/lisp/textmodes/sgml-mode.el index 8d3000e5d8b..aa00024a6d9 100644 --- a/lisp/textmodes/sgml-mode.el +++ b/lisp/textmodes/sgml-mode.el | |||
| @@ -614,6 +614,7 @@ Do \\[describe-key] on the following bindings to discover what they do. | |||
| 614 | (font-lock-syntactic-face-function | 614 | (font-lock-syntactic-face-function |
| 615 | . sgml-font-lock-syntactic-face))) | 615 | . sgml-font-lock-syntactic-face))) |
| 616 | (setq-local syntax-propertize-function #'sgml-syntax-propertize) | 616 | (setq-local syntax-propertize-function #'sgml-syntax-propertize) |
| 617 | (setq-local syntax-ppss-table sgml-tag-syntax-table) | ||
| 617 | (setq-local facemenu-add-face-function 'sgml-mode-facemenu-add-face-function) | 618 | (setq-local facemenu-add-face-function 'sgml-mode-facemenu-add-face-function) |
| 618 | (setq-local sgml-xml-mode (sgml-xml-guess)) | 619 | (setq-local sgml-xml-mode (sgml-xml-guess)) |
| 619 | (unless sgml-xml-mode | 620 | (unless sgml-xml-mode |