diff options
| author | Stefan Kangas | 2022-07-31 18:19:06 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2022-07-31 18:21:01 +0200 |
| commit | b2fb73db2fec999c7b6aaf6d287674dc71b05e5e (patch) | |
| tree | 05bcf230a74dce2320c42f970e6c375012e4aef0 | |
| parent | 2276f51ff5d44df1a89c3ba401f2d09005374fa3 (diff) | |
| download | emacs-b2fb73db2fec999c7b6aaf6d287674dc71b05e5e.tar.gz emacs-b2fb73db2fec999c7b6aaf6d287674dc71b05e5e.zip | |
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.
| -rw-r--r-- | lisp/obsolete/ps-def.el | 1 | ||||
| -rw-r--r-- | lisp/ps-print.el | 4 |
2 files changed, 1 insertions, 4 deletions
diff --git a/lisp/obsolete/ps-def.el b/lisp/obsolete/ps-def.el index ed4cd7b2487..0f7f7609ca1 100644 --- a/lisp/obsolete/ps-def.el +++ b/lisp/obsolete/ps-def.el | |||
| @@ -7,6 +7,7 @@ | |||
| 7 | ;; Keywords: wp, print, PostScript | 7 | ;; Keywords: wp, print, PostScript |
| 8 | ;; URL: https://www.emacswiki.org/cgi-bin/wiki/ViniciusJoseLatorre | 8 | ;; URL: https://www.emacswiki.org/cgi-bin/wiki/ViniciusJoseLatorre |
| 9 | ;; Package: ps-print | 9 | ;; Package: ps-print |
| 10 | ;; Obsolete-since: 29.1 | ||
| 10 | 11 | ||
| 11 | ;; This file is part of GNU Emacs. | 12 | ;; This file is part of GNU Emacs. |
| 12 | 13 | ||
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 | |||
| 1450 | 1450 | ||
| 1451 | ;;; Code: | 1451 | ;;; Code: |
| 1452 | 1452 | ||
| 1453 | |||
| 1454 | (require 'lpr) | 1453 | (require 'lpr) |
| 1455 | 1454 | ||
| 1456 | ;; Load Emacs definitions | ||
| 1457 | (require 'ps-def) | ||
| 1458 | |||
| 1459 | ;; autoloads for secondary file | 1455 | ;; autoloads for secondary file |
| 1460 | (require 'ps-print-loaddefs) | 1456 | (require 'ps-print-loaddefs) |
| 1461 | 1457 | ||