aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2004-04-18 00:32:47 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2004-04-18 00:32:47 +0000
commit8067f0862d64be8d80146510d7f5f934461d351d (patch)
tree246fae8db597dfbd56e4dd4ab6bab8457f4b04fe /generic
parent5c74df167305252c3dd25680917934a7111c83cd (diff)
Remove faulty compatiblity for XE 21.1
Diffstat (limited to 'generic')
-rw-r--r--generic/pg-response.el7
1 files changed, 3 insertions, 4 deletions
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)