* lisp/emacs-lisp/bytecomp.el (byte-compile-log-1): Create buffer if necessary
This commit is contained in:
parent
f0c5de7839
commit
3e042c80ce
1 changed files with 1 additions and 1 deletions
|
@ -1161,7 +1161,7 @@ message buffer `default-directory'."
|
|||
|
||||
;; Log something that isn't a warning.
|
||||
(defun byte-compile-log-1 (string)
|
||||
(with-current-buffer byte-compile-log-buffer
|
||||
(with-current-buffer (get-buffer-create byte-compile-log-buffer)
|
||||
(let ((inhibit-read-only t))
|
||||
(goto-char (point-max))
|
||||
(byte-compile-warning-prefix nil nil)
|
||||
|
|
Loading…
Add table
Reference in a new issue