From: Stefan Kangas Date: Mon, 27 Jan 2025 07:50:35 +0000 (+0100) Subject: ; Fix byte-compilation warnings X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=06e0273ddb12d4f074614ae360f362e66ff94181;p=emacs.git ; Fix byte-compilation warnings (cherry picked from commit d2ffa0fa488fcfec26c042d30d125915eb558444) --- diff --git a/lisp/whitespace.el b/lisp/whitespace.el index 2f66950c7d3..efee11faf98 100644 --- a/lisp/whitespace.el +++ b/lisp/whitespace.el @@ -2544,7 +2544,7 @@ purposes)." (or (eq (aref vec i) ?\n) (aset vec i (make-glyph-code (aref vec i) - whitespace-newline))))) + 'whitespace-newline))))) ;; Display mapping (aset buffer-display-table (cadr entry) vec)))))))