diff options
| author | Stefan Kangas | 2020-12-28 07:47:59 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2020-12-28 08:01:55 +0100 |
| commit | 9d60ce1762b64a734c0a931eaad4c59605527d3a (patch) | |
| tree | c47a58984dfd47b763775e8edce9432ea01862a2 | |
| parent | 62761d423e5b5e5b004ef1ca907ee66935a6f93f (diff) | |
| download | emacs-9d60ce1762b64a734c0a931eaad4c59605527d3a.tar.gz emacs-9d60ce1762b64a734c0a931eaad4c59605527d3a.zip | |
* lisp/ps-print.el (ps-message-log-max): Remove XEmacs compat code.
| -rw-r--r-- | lisp/ps-print.el | 1 |
1 files changed, 0 insertions, 1 deletions
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." | |||
| 4114 | 4114 | ||
| 4115 | (defun ps-message-log-max () | 4115 | (defun ps-message-log-max () |
| 4116 | (and (not (string= (buffer-name) "*Messages*")) | 4116 | (and (not (string= (buffer-name) "*Messages*")) |
| 4117 | (boundp 'message-log-max) | ||
| 4118 | message-log-max)) | 4117 | message-log-max)) |
| 4119 | 4118 | ||
| 4120 | 4119 | ||