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: Fri, 07 Mar 2003 06:36:17 -0500

Index: emacs/lisp/info.el
diff -c emacs/lisp/info.el:1.339 emacs/lisp/info.el:1.340
*** emacs/lisp/info.el:1.339    Sun Mar  2 18:33:56 2003
--- emacs/lisp/info.el  Fri Mar  7 06:34:40 2003
***************
*** 1352,1357 ****
--- 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 ()
***************
*** 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.
--- 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.




reply via email to

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