From 9d60ce1762b64a734c0a931eaad4c59605527d3a Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Mon, 28 Dec 2020 07:47:59 +0100 Subject: [PATCH] * lisp/ps-print.el (ps-message-log-max): Remove XEmacs compat code. --- lisp/ps-print.el | 1 - 1 file changed, 1 deletion(-) 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)) -- 2.39.5