emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/textmodes/sgml-mode.el


From: Mike Williams
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/sgml-mode.el
Date: Wed, 22 May 2002 05:40:47 -0400

Index: emacs/lisp/textmodes/sgml-mode.el
diff -c emacs/lisp/textmodes/sgml-mode.el:1.86 
emacs/lisp/textmodes/sgml-mode.el:1.87
*** emacs/lisp/textmodes/sgml-mode.el:1.86      Tue May 14 05:50:19 2002
--- emacs/lisp/textmodes/sgml-mode.el   Wed May 22 05:40:47 2002
***************
*** 1235,1241 ****
    (interactive)
    (save-excursion
      (goto-char (point-min))
!     (if (re-search-forward "^\\([ \t]+\\)<" 100 'noerror)
          (progn
            (set (make-local-variable 'sgml-basic-offset)
                 (length (match-string 1)))
--- 1235,1241 ----
    (interactive)
    (save-excursion
      (goto-char (point-min))
!     (if (re-search-forward "^\\([ \t]+\\)<" 500 'noerror)
          (progn
            (set (make-local-variable 'sgml-basic-offset)
                 (length (match-string 1)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]