From 9e832d815b7031cc2031ed6b576241754bcc56b3 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 7 May 1998 04:51:41 +0000 Subject: [PATCH] (sgml-mode-common): Make local binding from adaptive-fill-regexp. --- lisp/textmodes/sgml-mode.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/textmodes/sgml-mode.el b/lisp/textmodes/sgml-mode.el index 3ce820a5b74..aec363dc10e 100644 --- a/lisp/textmodes/sgml-mode.el +++ b/lisp/textmodes/sgml-mode.el @@ -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) -- 2.39.2