summary refs log tree commit diff stats
path: root/lisp/+compile.el
diff options
context:
space:
mode:
authorCase Duckworth2022-06-09 09:16:50 -0500
committerCase Duckworth2022-06-09 09:16:50 -0500
commit21b5d80814520540454c1167ca0495dd023c54dd (patch)
treeb50bd959b44f7dbb6986514f4f88540a848913c8 /lisp/+compile.el
parentblep (diff)
downloademacs-21b5d80814520540454c1167ca0495dd023c54dd.tar.gz
emacs-21b5d80814520540454c1167ca0495dd023c54dd.zip
Fix startup complaining
Diffstat (limited to 'lisp/+compile.el')
-rw-r--r--lisp/+compile.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/+compile.el b/lisp/+compile.el index b20ae4d..a69db7d 100644 --- a/lisp/+compile.el +++ b/lisp/+compile.el
@@ -7,7 +7,8 @@
7(defcustom +compile-function nil 7(defcustom +compile-function nil
8 "Function to run to \"compile\" a buffer." 8 "Function to run to \"compile\" a buffer."
9 :type 'function 9 :type 'function
10 :local t) 10 :local t
11 :risky nil)
11 12
12(defun +compile-dispatch (&optional arg) 13(defun +compile-dispatch (&optional arg)
13 "Run `+compile-function', if bound, or `compile'. 14 "Run `+compile-function', if bound, or `compile'.