1

Remove unnecessary newline

This commit is contained in:
Jessie Hildebrandt 2019-04-22 17:33:13 -04:00
parent afa9f88277
commit aaa66013e7

View File

@ -271,7 +271,6 @@
(defun byte-compile-init-file () (defun byte-compile-init-file ()
"Byte compile the init file." "Byte compile the init file."
(interactive) (interactive)
(save-restriction (save-restriction
(message "Byte-compiling init file...") (message "Byte-compiling init file...")
(byte-compile-file (concat user-emacs-directory "init.el")))) (byte-compile-file (concat user-emacs-directory "init.el"))))