]> git.eshelyaron.com Git - emacs.git/commit
Diagnose load-path only if interactive
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 24 Jul 2025 22:02:49 +0000 (15:02 -0700)
committerEshel Yaron <me@eshelyaron.com>
Sat, 26 Jul 2025 13:43:59 +0000 (15:43 +0200)
commit78527a74851088b4420f30c152f95f7fcfca9826
treed1625646e0b82cd878201188718a017031fc62b9
parentd5b2fb78f346708d5b80d1db6561fd3d72682f98
Diagnose load-path only if interactive

* lisp/startup.el (command-line): Warn about dubious
user-emacs-directory and load-path only if interactive, as that’s
where warning helps and the warnings just complicate batch usage
(e.g., -Q).

(cherry picked from commit b01b521717bed33323142aa791a22d46b8af11ad)
lisp/startup.el