Add +default/newline alias

Forgot to add it in 08beff91
This commit is contained in:
Henrik Lissner 2018-06-28 14:46:33 +02:00
parent 50991232e6
commit dc8c01f17f
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -77,3 +77,6 @@ If ARG (universal argument), runs `compile' from the current directory."
(if (executable-find "man") (if (executable-find "man")
#'man #'man
#'woman))) #'woman)))
;;;###autoload
(defalias '+default/newline #'newline)