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: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/info.el
Date: Fri, 04 Apr 2003 01:22:20 -0500

Index: emacs/lisp/info.el
diff -c emacs/lisp/info.el:1.340 emacs/lisp/info.el:1.341
*** emacs/lisp/info.el:1.340    Fri Mar  7 06:34:40 2003
--- emacs/lisp/info.el  Mon Mar 10 08:04:10 2003
***************
*** 1352,1360 ****
         (if (looking-at "(")
           (skip-chars-forward "^)")))
       (skip-chars-backward " ")
-      ;; Skip trailing period.
-      (if (equal (char-before) ?.)
-        (forward-char -1))
       (point))))
  
  (defun Info-next ()
--- 1352,1357 ----
***************
*** 1496,1502 ****
          (if (looking-at ":")
              (buffer-substring-no-properties beg (1- (point)))
            (skip-chars-forward " \t\n")
!           (Info-following-node-name (if multi-line "^,\t" "^,\t\n"))))
      (replace-regexp-in-string "[ \n]+" " " str)))
  
  ;; No one calls this.
--- 1493,1499 ----
          (if (looking-at ":")
              (buffer-substring-no-properties beg (1- (point)))
            (skip-chars-forward " \t\n")
!           (Info-following-node-name (if multi-line "^.,\t" "^.,\t\n"))))
      (replace-regexp-in-string "[ \n]+" " " str)))
  
  ;; No one calls this.




reply via email to

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