diff options
Diffstat (limited to 'lisp/progmodes/simula.el')
-rw-r--r-- | lisp/progmodes/simula.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/simula.el b/lisp/progmodes/simula.el index a7321711c9d..1ed49836807 100644 --- a/lisp/progmodes/simula.el +++ b/lisp/progmodes/simula.el @@ -259,7 +259,7 @@ for SIMULA mode to function correctly." (match-beginning 2) (match-end 2))))) (if (not (and major minor)) - (error "Cannot figure out the major and minor version numbers.")) + (error "Cannot figure out the major and minor version numbers")) ;; calculate the major version (cond ((= major 18) (setq major 'v18)) ;Emacs 18 |