Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
emacs: devel is now emacs-25
Browse files Browse the repository at this point in the history
Closes #45976.

Signed-off-by: Alex Dunn <dunn.alex@gmail.com>
  • Loading branch information
danieroux authored and dunn committed Nov 14, 2015
1 parent 8a13c0b commit ba883cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Library/Formula/emacs.rb
Expand Up @@ -14,8 +14,8 @@ class Emacs < Formula
end

devel do
url "http://git.sv.gnu.org/r/emacs.git", :branch => "emacs-24"
version "24.5-dev"
url "http://git.sv.gnu.org/r/emacs.git", :branch => "emacs-25"
version "25.0-dev"
depends_on "autoconf" => :build
depends_on "automake" => :build
end
Expand Down

4 comments on commit ba883cb

@arthurnn
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i wonder if we should add an option to enable emacs modules on ./configure

@dunn
Copy link
Contributor

@dunn dunn commented on ba883cb Dec 19, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't really know anything about dynamic modules. Is this an experimental feature, or should it be enabled by default?

@arthurnn
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it is an experimental feature. thats why you need to opt-in

@dunn
Copy link
Contributor

@dunn dunn commented on ba883cb Dec 20, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm inclined to wait until 25 is stable, since a HEAD/devel-only option isn't visible in brew info.

Please sign in to comment.