summaryrefslogtreecommitdiff
path: root/lisp/progmodes/idlwave.el
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2020-09-22 00:57:22 +0200
committerStefan Kangas <stefan@marxist.se>2020-09-22 01:01:36 +0200
commite1290f471314c2d9cce9c74429a31303edf88b3f (patch)
tree1f602eb1605dbccf81ba476d04dbdbb75decf0c9 /lisp/progmodes/idlwave.el
parent9a3a2a00dac62609ff32caa9c3dbe8c97f4918ef (diff)
downloademacs-e1290f471314c2d9cce9c74429a31303edf88b3f.tar.gz
Remove some Emacs 20 compat code
* lisp/apropos.el (apropos-local-value): * lisp/progmodes/antlr-mode.el (antlr-mode-menu): * lisp/progmodes/idlwave.el (idlwave-attach-classes): * lisp/textmodes/artist.el (artist-replace-chars): Remove Emacs 20 compat code.
Diffstat (limited to 'lisp/progmodes/idlwave.el')
-rw-r--r--lisp/progmodes/idlwave.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/progmodes/idlwave.el b/lisp/progmodes/idlwave.el
index 90e56943f20..121f5d63044 100644
--- a/lisp/progmodes/idlwave.el
+++ b/lisp/progmodes/idlwave.el
@@ -6727,8 +6727,7 @@ accumulate information on matching completions."
(not super-classes))) ; no possibilities for inheritance
;; In these cases, we do not have to do anything
list
- (let* ((do-prop (and (>= show-classes 0)
- (>= emacs-major-version 21)))
+ (let* ((do-prop (>= show-classes 0))
(do-buf (not (= show-classes 0)))
(do-dots t)
(inherit (if (and (not (eq type 'class-tag)) super-classes)