[#956] Mention that Emacs 24.4 is required

Some packages are now depending on Emacs 24.4 (e.g. magit).
This commit is contained in:
Bozhidar Batsov 2016-04-28 16:12:53 -07:00
parent 567907abe6
commit 3fef152774
2 changed files with 3 additions and 3 deletions

View file

@ -13,7 +13,7 @@ library to the mix. The final product offers an easy to use Emacs
configuration for Emacs newcomers and lots of additional power for configuration for Emacs newcomers and lots of additional power for
Emacs power users. Emacs power users.
Prelude is compatible **ONLY with GNU Emacs 24.x**. In general you're Prelude is compatible **ONLY with GNU Emacs 24.4+**. In general you're
advised to always run Prelude with the latest Emacs - currently advised to always run Prelude with the latest Emacs - currently
**24.5**. **24.5**.

View file

@ -38,8 +38,8 @@
(message "Prelude is powering up... Be patient, Master %s!" current-user) (message "Prelude is powering up... Be patient, Master %s!" current-user)
(when (version< emacs-version "24.1") (when (version< emacs-version "24.4")
(error "Prelude requires at least GNU Emacs 24.1, but you're running %s" emacs-version)) (error "Prelude requires at least GNU Emacs 24.4, but you're running %s" emacs-version))
;; Always load newest byte code ;; Always load newest byte code
(setq load-prefer-newer t) (setq load-prefer-newer t)