branch: elpa/scala-mode
commit ecb0d5769e89b9e6fc520cb4d9cb6f0d2dc2ed17
Author: Heikki Vesalainen <heikkivesalai...@yahoo.com>
Commit: Heikki Vesalainen <heikkivesalai...@yahoo.com>

    correct emacs version in check
---
 scala-mode.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/scala-mode.el b/scala-mode.el
index 6de0246..605209d 100644
--- a/scala-mode.el
+++ b/scala-mode.el
@@ -13,10 +13,10 @@
 (require 'scala-mode-map)
 (require 'cc-cmds)
 
-;; Tested only for emacs 23
-(unless (<= 23 emacs-major-version)
+;; Tested only for emacs 24
+(unless (<= 24 emacs-major-version)
   (error
-   (format "The Scala mode has been tested only on Emacs version 23.x (and not 
your Emacs version %s.%s)"  
+   (format "The Scala mode has been tested only on Emacs version 24.2 (and not 
your Emacs version %s.%s)"  
            emacs-major-version  emacs-minor-version)))
 
 (defgroup scala nil

Reply via email to