summaryrefslogtreecommitdiff
path: root/lisp/info.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-08-26 20:25:23 +0000
committerRichard M. Stallman <rms@gnu.org>1995-08-26 20:25:23 +0000
commit85c67b2d804b1c51ac327cf37164ee856dcc0fa9 (patch)
tree71a9a7680c86a945330c856677d2e035b16be634 /lisp/info.el
parentb82b04e399b6734b6abaf2544b1e8f61f13052f4 (diff)
downloademacs-85c67b2d804b1c51ac327cf37164ee856dcc0fa9.tar.gz
(Info-default-directory-list): Duplicate defvar deleted.
Diffstat (limited to 'lisp/info.el')
-rw-r--r--lisp/info.el5
1 files changed, 0 insertions, 5 deletions
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.")