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: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/info.el
Date: Tue, 28 Jan 2003 07:08:38 -0500

Index: emacs/lisp/info.el
diff -c emacs/lisp/info.el:1.335 emacs/lisp/info.el:1.336
*** emacs/lisp/info.el:1.335    Sun Jan 26 13:04:55 2003
--- emacs/lisp/info.el  Tue Jan 28 07:08:36 2003
***************
*** 1486,1492 ****
    (skip-chars-forward " \t\n")
    (let ((beg (point))
        str i)
!     (while (not (looking-at ":*[,.;) \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]