emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 556ff98 7/7: Remove some compat code from ps-print.el


From: Lars Ingebrigtsen
Subject: master 556ff98 7/7: Remove some compat code from ps-print.el
Date: Tue, 18 Aug 2020 17:19:18 -0400 (EDT)

branch: master
commit 556ff983e73251c10d51a5995707058ea1d67965
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Remove some compat code from ps-print.el
    
    * lisp/ps-print.el: Don't make a face-list alias.
---
 lisp/ps-print.el | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/lisp/ps-print.el b/lisp/ps-print.el
index d9e5958..1ca4a23 100644
--- a/lisp/ps-print.el
+++ b/lisp/ps-print.el
@@ -6275,10 +6275,6 @@ If FACE is not a valid face name, use default face."
   (goto-char to))
 
 
-;; Ensure that face-list is fbound.
-(or (fboundp 'face-list) (defalias 'face-list 'list-faces))
-
-
 (defun ps-build-reference-face-lists ()
   (setq ps-print-face-alist nil)
   (if ps-auto-font-detect



reply via email to

[Prev in Thread] Current Thread [Next in Thread]