summaryrefslogtreecommitdiff
path: root/lisp/progmodes/ebnf2ps.el
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2022-08-11 17:10:52 +0200
committerStefan Kangas <stefan@marxist.se>2022-08-11 17:20:06 +0200
commit687897203846c5a8aca4ffa1a76834d20e1fcc3b (patch)
tree9b312b1063fb24a72f983469c2a9d9b7bb90ecb8 /lisp/progmodes/ebnf2ps.el
parentd5c3b602b93cb4ae3045117d41b9a084951f726a (diff)
downloademacs-687897203846c5a8aca4ffa1a76834d20e1fcc3b.tar.gz
Make ps-print-version variable obsolete
* lisp/ps-print.el (ps-print-version): Make obsolete. (ps-setup, ps-begin-file): * lisp/progmodes/ebnf2ps.el: * lisp/printing.el: (pr-help-message, pr-interface-help-message) (pr-create-interface): Don't use above obsolete variable.
Diffstat (limited to 'lisp/progmodes/ebnf2ps.el')
-rw-r--r--lisp/progmodes/ebnf2ps.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/progmodes/ebnf2ps.el b/lisp/progmodes/ebnf2ps.el
index e19726a7eab..0347160a0cb 100644
--- a/lisp/progmodes/ebnf2ps.el
+++ b/lisp/progmodes/ebnf2ps.el
@@ -1154,9 +1154,6 @@ Please send all bug fixes and enhancements to
(require 'ps-print)
(eval-when-compile (require 'cl-lib))
-(and (string< ps-print-version "5.2.3")
- (error "`ebnf2ps' requires `ps-print' package version 5.2.3 or later"))
-
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; User Variables: