From 8f64b939e390506ecdae812d49218408d65fb86c Mon Sep 17 00:00:00 2001 From: Steve Youngs Date: Sat, 18 Jun 2016 22:08:28 +1000 Subject: [PATCH] Take care of fallout from updating/fixing #'eval-after-load * lisp/info.el (Info-file-list-for-emacs): New, just to keep some FSF/pkgs happy. Signed-off-by: Steve Youngs --- lisp/info.el | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lisp/info.el b/lisp/info.el index d805f63..ce20e3d 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -336,6 +336,12 @@ :type 'boolean :group 'info) +;; Presently, the only reason this exists is to keep a few FSF-originated +;; packages happy. We don't use it. --SY +(defvar Info-file-list-for-emacs nil) +(make-compatible-variable 'Info-file-list-for-emacs + "SXEmacs does NOT use this") + (defvar Info-history nil "List of info nodes user has visited. Each element of list is a list (\"(FILENAME)NODENAME\" BUFPOS WINSTART).") -- 2.25.1