From: Richard M. Stallman Date: Sun, 7 Sep 1997 03:42:01 +0000 (+0000) Subject: (simula-emacs-features): Treat Emacs 20 like Emacs 19. X-Git-Tag: emacs-20.1~162 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0f46e667399c54119341aa3dd20ad923ac9f4034;p=emacs.git (simula-emacs-features): Treat Emacs 20 like Emacs 19. --- diff --git a/lisp/progmodes/simula.el b/lisp/progmodes/simula.el index c4de80bfd61..c329e8b554c 100644 --- a/lisp/progmodes/simula.el +++ b/lisp/progmodes/simula.el @@ -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