From: Stefan Kangas Date: Mon, 28 Dec 2020 06:47:59 +0000 (+0100) Subject: * lisp/ps-print.el (ps-message-log-max): Remove XEmacs compat code. X-Git-Tag: emacs-28.0.90~4528 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9d60ce1762b64a734c0a931eaad4c59605527d3a;p=emacs.git * lisp/ps-print.el (ps-message-log-max): Remove XEmacs compat code. --- diff --git a/lisp/ps-print.el b/lisp/ps-print.el index 351c489f487..bb4970cdaba 100644 --- a/lisp/ps-print.el +++ b/lisp/ps-print.el @@ -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))