From: Richard M. Stallman Date: Sat, 26 Aug 1995 20:25:23 +0000 (+0000) Subject: (Info-default-directory-list): Duplicate defvar deleted. X-Git-Tag: emacs-19.34~2913 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=033fc52dc87e7ea2c6b21288acebc97a9f3f425b;p=emacs.git (Info-default-directory-list): Duplicate defvar deleted. --- diff --git a/lisp/info.el b/lisp/info.el index b70b1f34fa5..5948840daca 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -42,11 +42,6 @@ because that gives you a printed manual as well.") "Non-nil allows Info to execute Lisp code associated with nodes. The Lisp code is executed when the node is selected.") -(defvar Info-default-directory-list nil - "List of default directories to search for Info documentation files. -This value is used as the default for `Info-directory-list'. It is set -in paths.el.") - (defvar Info-fontify t "*Non-nil enables highlighting and fonts in Info nodes.")