;; Process the remaining args.
(command-line-1 (cdr command-line-args))
+ ;; If -batch, terminate after processing the command options.
+ (if noninteractive (kill-emacs t))
+
;; Check if `user-emacs-directory' is accessible and warn if it
;; isn't, unless `user-emacs-directory-warning' was customized to
;; disable that warning.
"lisp" user-emacs-directory))
:warning))))
- ;; If -batch, terminate after processing the command options.
- (if noninteractive (kill-emacs t))
-
;; In daemon mode, start the server to allow clients to connect.
;; This is done after loading the user's init file and after
;; processing all command line arguments to allow e.g. `server-name'