summaryrefslogtreecommitdiff
path: root/lisp/ps-print.el
diff options
context:
space:
mode:
authorDan Nicolaescu <dann@ics.uci.edu>2007-10-29 15:33:04 +0000
committerDan Nicolaescu <dann@ics.uci.edu>2007-10-29 15:33:04 +0000
commit6546555e7d4beb565d3775f1c4fa6e3b5d9ace03 (patch)
treed742ec5a09e035a492b6e03a3207ab831bde604b /lisp/ps-print.el
parentd9774611743fca896e2debd914bd303891674138 (diff)
downloademacs-6546555e7d4beb565d3775f1c4fa6e3b5d9ace03.tar.gz
* calc/calc.el (calc-emacs-type-lucid): Remove.
(calc-digit-map, calcDigit-start, calc-read-key) (calc-clear-unread-commands): * calc/calc-ext.el (calc-user-key-map): Replace uses of calc-emacs-type-lucid with (featurep 'xemacs) * emulation/tpu-mapper.el: Replace tpu-lucid-emacs19-p with (featurep 'xemacs). (tpu-lucid-emacs19-p): Remove. (tpu-map-key): Make it a function instead of using fset. Inline tpu-emacs-map-key and tpu-lucid-map-key. Use featurep 'xemacs. (tpu-emacs-map-key, tpu-lucid-map-key): Remove. * ielm.el: Use featurep 'xemacs. * progmodes/cperl-mode.el (cperl-xemacs-p): Remove. (condition-case, cperl-can-font-lock, cperl-singly-quote-face) (cperl-define-key, cperl-mode-map, cperl-mode, cperl-init-faces) (cperl-write-tags, cperl-tags-hier-init, cperl-perldoc): Replace cperl-xemacs-p with (featurep 'xemacs). (font-lock-cache-position): Pacify byte compiler.
Diffstat (limited to 'lisp/ps-print.el')
-rw-r--r--lisp/ps-print.el4
1 files changed, 0 insertions, 4 deletions
diff --git a/lisp/ps-print.el b/lisp/ps-print.el
index 1466c6dbb23..43df4eddad6 100644
--- a/lisp/ps-print.el
+++ b/lisp/ps-print.el
@@ -1464,10 +1464,6 @@ Please send all bug fixes and enhancements to
(let ((case-fold-search t))
(cond ((featurep 'xemacs))
- ((string-match "Lucid" emacs-version)
- (error "`ps-print' doesn't support Lucid"))
- ((string-match "Epoch" emacs-version)
- (error "`ps-print' doesn't support Epoch"))
(t
(unless (and (boundp 'emacs-major-version)
(>= emacs-major-version 22))