1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

(sgml-mode-common): Make local binding from adaptive-fill-regexp.

This commit is contained in:
Richard M. Stallman 1998-05-07 04:51:41 +00:00
parent c81845b60c
commit 9e832d815b

View File

@ -287,6 +287,7 @@ varables of same name)."
(make-local-variable 'indent-line-function)
(make-local-variable 'paragraph-start)
(make-local-variable 'paragraph-separate)
(make-local-variable 'adaptive-fill-regexp)
(make-local-variable 'sgml-saved-validate-command)
(make-local-variable 'comment-start)
(make-local-variable 'comment-end)