diff options
| author | Adam Vandenberg | 2014-07-20 14:42:01 -0700 | 
|---|---|---|
| committer | Adam Vandenberg | 2014-07-20 14:42:01 -0700 | 
| commit | cbc1ec4f00e1bd5853ffa4d621322f456a5b1606 (patch) | |
| tree | 4ba545d8df70036a7b0d823a816dd799912a5393 /Library/Formula/emacs.rb | |
| parent | 42302574237e8b4df36e8d0ab60f51b416942180 (diff) | |
| download | homebrew-cbc1ec4f00e1bd5853ffa4d621322f456a5b1606.tar.bz2 | |
emacs: info files are always kept now
Diffstat (limited to 'Library/Formula/emacs.rb')
| -rw-r--r-- | Library/Formula/emacs.rb | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Formula/emacs.rb b/Library/Formula/emacs.rb index 776ac1695..d55f34a03 100644 --- a/Library/Formula/emacs.rb +++ b/Library/Formula/emacs.rb @@ -6,8 +6,6 @@ class Emacs < Formula    mirror 'http://ftp.gnu.org/pub/gnu/emacs/emacs-24.3.tar.gz'    sha256 '0098ca3204813d69cd8412045ba33e8701fa2062f4bff56bedafc064979eef41' -  skip_clean 'share/info' # Keep the docs -    option "cocoa", "Build a Cocoa version of emacs"    option "srgb", "Enable sRGB colors in the Cocoa version of emacs"    option "with-x", "Include X11 support"  | 
