# HG changeset patch # User Richard M. Stallman # Date 809468723 0 # Node ID c465c82e09ff1284101b443d58f82c5a2df09e06 # Parent 271dc8563a9184f0fd5d79c7ea0c75c02dcd1081 (Info-default-directory-list): Duplicate defvar deleted. diff -r 271dc8563a91 -r c465c82e09ff lisp/info.el --- a/lisp/info.el Sat Aug 26 15:26:42 1995 +0000 +++ b/lisp/info.el Sat Aug 26 20:25:23 1995 +0000 @@ -42,11 +42,6 @@ "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.")