]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/ps-print.el (ps-message-log-max): Remove XEmacs compat code.
authorStefan Kangas <stefan@marxist.se>
Mon, 28 Dec 2020 06:47:59 +0000 (07:47 +0100)
committerStefan Kangas <stefan@marxist.se>
Mon, 28 Dec 2020 07:01:55 +0000 (08:01 +0100)
lisp/ps-print.el

index 351c489f48723e175f3b778cd609d4f82936bcbf..bb4970cdaba4367d79600fa3fc33f025f74ae00b 100644 (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))