Fix compatibility with Emacs 27
inhibit-buffer-hooks parameter for get-buffer-create was introduced in Emacs 28.
This commit is contained in:
parent
b568f0faa9
commit
2050f81860
@ -401,7 +401,7 @@ See `mood-line-defformat' for a helpful formatting macro."
|
|||||||
;;
|
;;
|
||||||
;; -------------------------------------------------------------------------- ;;
|
;; -------------------------------------------------------------------------- ;;
|
||||||
|
|
||||||
(defvar mood-line--escape-buffer (get-buffer-create " *mood-line*" t)
|
(defvar mood-line--escape-buffer (get-buffer-create " *mood-line*")
|
||||||
"Buffer used by `mood-line--escape'.")
|
"Buffer used by `mood-line--escape'.")
|
||||||
|
|
||||||
(defun mood-line--escape (&rest strings)
|
(defun mood-line--escape (&rest strings)
|
||||||
|
Loading…
Reference in New Issue
Block a user