From: Richard M. Stallman Date: Thu, 7 May 1998 04:51:41 +0000 (+0000) Subject: (sgml-mode-common): Make local binding from adaptive-fill-regexp. X-Git-Tag: emacs-20.3~1106 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9e832d815b7031cc2031ed6b576241754bcc56b3;p=emacs.git (sgml-mode-common): Make local binding from adaptive-fill-regexp. --- 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)