emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/info.el


From: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/lisp/info.el
Date: Thu, 20 Feb 2003 07:40:37 -0500

Index: emacs/lisp/info.el
diff -c emacs/lisp/info.el:1.337 emacs/lisp/info.el:1.338
*** emacs/lisp/info.el:1.337    Mon Feb 10 06:41:09 2003
--- emacs/lisp/info.el  Thu Feb 20 07:40:36 2003
***************
*** 1486,1492 ****
    (skip-chars-forward " \t\n")
    (let ((beg (point))
        str i)
!     (while (not (looking-at ":*[,.;) \t\n]"))
        (skip-chars-forward "^:")
        (forward-char 1))
      (setq str
--- 1486,1492 ----
    (skip-chars-forward " \t\n")
    (let ((beg (point))
        str i)
!     (while (not (looking-at ":*[,.;() \t\n]"))
        (skip-chars-forward "^:")
        (forward-char 1))
      (setq str




reply via email to

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