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:
parent
2276f51ff5
commit
b2fb73db2f
2 changed files with 1 additions and 4 deletions
|
|
@ -7,6 +7,7 @@
|
||||||
;; Keywords: wp, print, PostScript
|
;; Keywords: wp, print, PostScript
|
||||||
;; URL: https://www.emacswiki.org/cgi-bin/wiki/ViniciusJoseLatorre
|
;; URL: https://www.emacswiki.org/cgi-bin/wiki/ViniciusJoseLatorre
|
||||||
;; Package: ps-print
|
;; Package: ps-print
|
||||||
|
;; Obsolete-since: 29.1
|
||||||
|
|
||||||
;; This file is part of GNU Emacs.
|
;; This file is part of GNU Emacs.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1450,12 +1450,8 @@ Please send all bug fixes and enhancements to
|
||||||
|
|
||||||
;;; Code:
|
;;; Code:
|
||||||
|
|
||||||
|
|
||||||
(require 'lpr)
|
(require 'lpr)
|
||||||
|
|
||||||
;; Load Emacs definitions
|
|
||||||
(require 'ps-def)
|
|
||||||
|
|
||||||
;; autoloads for secondary file
|
;; autoloads for secondary file
|
||||||
(require 'ps-print-loaddefs)
|
(require 'ps-print-loaddefs)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue