diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2020-08-18 23:18:50 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2020-08-18 23:19:09 +0200 |
commit | 556ff983e73251c10d51a5995707058ea1d67965 (patch) | |
tree | 3ea3831b0365db10e5f1fa42383952136d14e75a /lisp/ps-print.el | |
parent | 80a42824299e69462448575782a39350805c3d7e (diff) | |
download | emacs-556ff983e73251c10d51a5995707058ea1d67965.tar.gz emacs-556ff983e73251c10d51a5995707058ea1d67965.tar.bz2 emacs-556ff983e73251c10d51a5995707058ea1d67965.zip |
Remove some compat code from ps-print.el
* lisp/ps-print.el: Don't make a face-list alias.
Diffstat (limited to 'lisp/ps-print.el')
-rw-r--r-- | lisp/ps-print.el | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lisp/ps-print.el b/lisp/ps-print.el index d9e59586ccd..1ca4a23ab2c 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 |