changeset 19786:072dbf80f9e0

(simula-emacs-features): Treat Emacs 20 like Emacs 19.
author Richard M. Stallman <rms@gnu.org>
date Sun, 07 Sep 1997 03:42:01 +0000
parents e5c1c49b6be5
children 4ea00387fb08
files lisp/progmodes/simula.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/simula.el	Sun Sep 07 03:40:29 1997 +0000
+++ b/lisp/progmodes/simula.el	Sun Sep 07 03:42:01 1997 +0000
@@ -234,7 +234,7 @@
     (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