(and path
installation-directory
(let ((dir (expand-file-name "info/" installation-directory)))
- (setq Info-directory-list (delete dir Info-directory-list))
- (push dir Info-directory-list)))
+ (when (file-directory-p dir)
+ (setq Info-directory-list (delete dir Info-directory-list))
+ (push dir Info-directory-list))))
;; For a self-contained (ie relocatable) NS build, AFAICS we
;; always want the included info directory to be at the head of
;; the search path, unless it's already in INFOPATH somewhere.