diff options
Diffstat (limited to 'lisp/startup.el')
| -rw-r--r-- | lisp/startup.el | 5 | 
1 files changed, 0 insertions, 5 deletions
diff --git a/lisp/startup.el b/lisp/startup.el index 88611a0cd8f..fcbd06da0d0 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -1286,11 +1286,6 @@ the `--debug-init' option to view a complete error backtrace."    (let (warned)      (dolist (dir load-path)        (and (not warned) -	   (string-match-p -	    (format "/%s/?\\'" -		    (regexp-quote -		     (file-name-nondirectory -		      (directory-file-name user-emacs-directory)))) dir)  	   (string-equal (file-name-as-directory (expand-file-name dir))  			 (expand-file-name user-emacs-directory))  	   (setq warned t)  | 
