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: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/sgml-mode.el
Date: Wed, 06 Feb 2002 09:23:49 -0500

Index: emacs/lisp/textmodes/sgml-mode.el
diff -c emacs/lisp/textmodes/sgml-mode.el:1.63 
emacs/lisp/textmodes/sgml-mode.el:1.64
*** emacs/lisp/textmodes/sgml-mode.el:1.63      Sun Oct 28 00:12:46 2001
--- emacs/lisp/textmodes/sgml-mode.el   Thu Nov  1 14:35:05 2001
***************
*** 339,345 ****
              (eval-when-compile
               (mapconcat 'identity
                          '("<!DOCTYPE" "\\(\\w+\\)" "\\(\\w+\\)"
!                           "\"\\([^\"]+\\)+\"" "\"\\([^\"]+\\)+\"")
                          "\\s-+"))
              nil t)
             (let ((name (match-string 1))
--- 339,345 ----
              (eval-when-compile
               (mapconcat 'identity
                          '("<!DOCTYPE" "\\(\\w+\\)" "\\(\\w+\\)"
!                           "\"\\([^\"]+\\)\"" "\"\\([^\"]+\\)\"")
                          "\\s-+"))
              nil t)
             (let ((name (match-string 1))



reply via email to

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