1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00

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.
This commit is contained in:
Stefan Kangas 2022-07-31 18:19:06 +02:00
parent 2276f51ff5
commit b2fb73db2f
2 changed files with 1 additions and 4 deletions

View file

@ -7,6 +7,7 @@
;; Keywords: wp, print, PostScript
;; URL: https://www.emacswiki.org/cgi-bin/wiki/ViniciusJoseLatorre
;; Package: ps-print
;; Obsolete-since: 29.1
;; This file is part of GNU Emacs.

View file

@ -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)