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: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/lisp/info.el
Date: Tue, 17 Jan 2006 02:07:44 +0000

Index: emacs/lisp/info.el
diff -u emacs/lisp/info.el:1.471 emacs/lisp/info.el:1.472
--- emacs/lisp/info.el:1.471    Mon Jan 16 23:54:02 2006
+++ emacs/lisp/info.el  Tue Jan 17 02:07:44 2006
@@ -731,7 +731,8 @@
        (pline        (count-lines (point-min) (line-beginning-position)))
        (wline        (count-lines (point-min) (window-start)))
        (old-history  Info-history)
-       (new-history  (list Info-current-file Info-current-node (point))))
+       (new-history  (and Info-current-file
+                          (list Info-current-file Info-current-node (point)))))
     (kill-buffer (current-buffer))
     (Info-find-node filename nodename)
     (setq Info-history old-history)




reply via email to

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