]> git.eshelyaron.com Git - emacs.git/commitdiff
(sgml-mode-common): Make local binding from adaptive-fill-regexp.
authorRichard M. Stallman <rms@gnu.org>
Thu, 7 May 1998 04:51:41 +0000 (04:51 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 7 May 1998 04:51:41 +0000 (04:51 +0000)
lisp/textmodes/sgml-mode.el

index 3ce820a5b746ee0a73c9d7a8411ac6f5bcdf16ba..aec363dc10e2ff25784f516f3d085d26a2f89f21 100644 (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)