# HG changeset patch # User Richard M. Stallman # Date 894516701 0 # Node ID 23bf812d49377d2d4b35b84124dc348d9c4ce8f4 # Parent 3c8d5ab91f84604e408573f1d26226cb2e59a6f5 (sgml-mode-common): Make local binding from adaptive-fill-regexp. diff -r 3c8d5ab91f84 -r 23bf812d4937 lisp/textmodes/sgml-mode.el --- a/lisp/textmodes/sgml-mode.el Thu May 07 04:05:28 1998 +0000 +++ b/lisp/textmodes/sgml-mode.el Thu May 07 04:51:41 1998 +0000 @@ -287,6 +287,7 @@ (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)