Mercurial > emacs
changeset 1340:0c2d02ab27ca
(Info-restore-point): Delete duplicate definition.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 05 Oct 1992 10:15:45 +0000 |
parents | 08c2336d83ff |
children | dddbe06d2077 |
files | lisp/info.el |
diffstat | 1 files changed, 0 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/info.el Mon Oct 05 07:37:10 1992 +0000 +++ b/lisp/info.el Mon Oct 05 10:15:45 1992 +0000 @@ -329,14 +329,6 @@ (goto-char (nth 2 (car hl))) (Info-restore-point (cdr hl))))) -(defun Info-restore-point (hl) - "If this node has been visited, restore the point value when we left." - (if hl - (if (and (equal (nth 0 (car hl)) Info-current-file) - (equal (nth 1 (car hl)) Info-current-node)) - (goto-char (nth 2 (car hl))) - (Info-restore-point (cdr hl))))) - (defvar Info-last-search nil "Default regexp for \\<info-mode-map>\\[Info-search] command to search for.")