1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-05 22:20:24 -08:00

* lisp/ps-print.el (ps-message-log-max): Remove XEmacs compat code.

This commit is contained in:
Stefan Kangas 2020-12-28 07:47:59 +01:00
parent 62761d423e
commit 9d60ce1762

View file

@ -4114,7 +4114,6 @@ If EXTENSION is any other symbol, it is ignored."
(defun ps-message-log-max ()
(and (not (string= (buffer-name) "*Messages*"))
(boundp 'message-log-max)
message-log-max))