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: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/info.el
Date: Sun, 05 Oct 2003 09:51:04 -0400

Index: emacs/lisp/info.el
diff -c emacs/lisp/info.el:1.372 emacs/lisp/info.el:1.373
*** emacs/lisp/info.el:1.372    Tue Sep 30 08:48:19 2003
--- emacs/lisp/info.el  Sun Oct  5 09:51:04 2003
***************
*** 1441,1446 ****
--- 1441,1451 ----
          "[" (or allowedchars "^,\t\n") " ]" ;The last char can't be a space.
          "\\|\\)\\)"))                       ;Allow empty node names.
  
+ ;;; For compatibility; other files have used this name.
+ (defun Info-following-node-name ()
+   (and (looking-at (Info-following-node-name-re))
+        (match-string 1)))
+ 
  (defun Info-next ()
    "Go to the next node of this node."
    (interactive)




reply via email to

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