From 8067f0862d64be8d80146510d7f5f934461d351d Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Sun, 18 Apr 2004 00:32:47 +0000 Subject: Remove faulty compatiblity for XE 21.1 --- generic/pg-response.el | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'generic') diff --git a/generic/pg-response.el b/generic/pg-response.el index 73354166..abfdd328 100644 --- a/generic/pg-response.el +++ b/generic/pg-response.el @@ -81,10 +81,9 @@ Internal variable, setting this will have no effect!") (defun proof-map-multiple-frame-specifiers (multiframep locale) "Set XEmacs specifiers according to MULTIFRAMEP in LOCALE." (dolist (spec proof-multiframe-specifiers) - (if (boundp (car spec)) ;; FIXME: this is for backwards compatibility XE 21.1 - (set-specifier (car spec) - (if multiframep (cadr spec) (caddr spec) ) - locale)))) + (set-specifier (car spec) + (if multiframep (cadr spec) (caddr spec) ) + locale))) (defconst proof-multiframe-parameters '((minibuffer . nil) -- cgit v1.2.3