diff options
author | Stefan Kangas <stefan@marxist.se> | 2022-07-31 18:19:06 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2022-07-31 18:21:01 +0200 |
commit | b2fb73db2fec999c7b6aaf6d287674dc71b05e5e (patch) | |
tree | 05bcf230a74dce2320c42f970e6c375012e4aef0 /lisp/ps-print.el | |
parent | 2276f51ff5d44df1a89c3ba401f2d09005374fa3 (diff) | |
download | emacs-b2fb73db2fec999c7b6aaf6d287674dc71b05e5e.tar.gz |
Make ps-def.el obsolete (part 2/2)
* lisp/obsolete/ps-def.el: Add "Obsolete-since".
* lisp/ps-print.el (ps-def): Don't require.
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 4a7e5bbd3d1..2d6c4542ccc 100644 --- a/lisp/ps-print.el +++ b/lisp/ps-print.el @@ -1450,12 +1450,8 @@ Please send all bug fixes and enhancements to ;;; Code: - (require 'lpr) -;; Load Emacs definitions -(require 'ps-def) - ;; autoloads for secondary file (require 'ps-print-loaddefs) |