diff options
Diffstat (limited to 'users/wpcarro/emacs/ci.el')
-rw-r--r-- | users/wpcarro/emacs/ci.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/wpcarro/emacs/ci.el b/users/wpcarro/emacs/ci.el index da079b64ba5b..9dfaf3056fdc 100644 --- a/users/wpcarro/emacs/ci.el +++ b/users/wpcarro/emacs/ci.el @@ -40,5 +40,5 @@ (message "Encountered warnings in *Warnings* buffer: %s" (buffer-string))) (kill-emacs 1))) -(message "Successfully init'd Emacs without encountering errors or warnings!") +(message "Successfully initialized Emacs without errors or warnings!") (kill-emacs 0) |