diff options
author | Pavel Janík <Pavel@Janik.cz> | 2001-07-16 12:23:00 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2001-07-16 12:23:00 +0000 |
commit | e8af40eed41d6c61ea6a0649512c4b09afcb1bfa (patch) | |
tree | 588654cb6c38a93c432bfae53ccbf36569e3cf23 /lisp/progmodes/simula.el | |
parent | 4cba8c0bdcce038e6966aab82d08859d796e69d0 (diff) | |
download | emacs-e8af40eed41d6c61ea6a0649512c4b09afcb1bfa.tar.gz |
Some fixes to follow coding conventions.
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 |