changeset 21971:23bf812d4937

(sgml-mode-common): Make local binding from adaptive-fill-regexp.
author Richard M. Stallman <rms@gnu.org>
date Thu, 07 May 1998 04:51:41 +0000
parents 3c8d5ab91f84
children 9c71660c0a8d
files lisp/textmodes/sgml-mode.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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)