]> git.eshelyaron.com Git - emacs.git/commitdiff
(simula-emacs-features): Treat Emacs 20 like Emacs 19.
authorRichard M. Stallman <rms@gnu.org>
Sun, 7 Sep 1997 03:42:01 +0000 (03:42 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 7 Sep 1997 03:42:01 +0000 (03:42 +0000)
lisp/progmodes/simula.el

index c4de80bfd611c0ae21c91a45012cb7b13df624eb..c329e8b554cc79f85296b8d7eec0de43cd718abb 100644 (file)
@@ -234,7 +234,7 @@ for SIMULA mode to function correctly.")
     (cond
      ((= major 18) (setq major 'v18))  ;Emacs 18
      ((= major 4)  (setq major 'v18))  ;Epoch 4
-     ((= major 19) (setq major 'v19    ;Emacs 19
+     ((>= major 19) (setq major 'v19   ;Emacs 19 or 20
                         flavor (if (string-match "Lucid" emacs-version)
                                    'Lucid 'FSF)))
      ;; I don't know