File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 49
49
(eask-print-log-buffer))
50
50
(eask-msg " " ))))
51
51
52
- (defun eask-compile--byte-compile-file-external-contetnt (filename cmd )
52
+ (defun eask-compile--byte-compile-file-external-content (filename cmd )
53
53
" Extract result after executing byte-compile the FILENAME.
54
54
55
55
The CMD is the command to start a new Emacs session."
@@ -82,7 +82,7 @@ The CMD is the command to start a new Emacs session."
82
82
(args (append `(,(eask-command) ,(concat " \" " filename " \" " )) argv))
83
83
(args (mapconcat #'identity args " " ))
84
84
(cmd (concat cmd " " args))
85
- (content (eask-compile--byte-compile-file-external-contetnt filename cmd)))
85
+ (content (eask-compile--byte-compile-file-external-content filename cmd)))
86
86
(if (string-empty-p content)
87
87
t ; no error, good!
88
88
(with-current-buffer (get-buffer-create eask-compile--log-buffer-name)
You can’t perform that action at this time.
0 commit comments