aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorCharlie Sharpsteen2011-09-13 11:57:49 -0700
committerCharlie Sharpsteen2011-09-13 11:59:44 -0700
commitfcb470b40104074c5c8b01510ca891580c914b54 (patch)
tree82ef4db3420cb55ad068258930a4d06f6a28dfb3 /Library/Formula
parent8480f20ffcb93dcda2a1f3a118c29e60650f7749 (diff)
downloadhomebrew-fcb470b40104074c5c8b01510ca891580c914b54.tar.bz2
Emacs: Fix for the title bar issue on Lion
Closes #6518. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/emacs.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/emacs.rb b/Library/Formula/emacs.rb
index fe306960a..770c8914a 100644
--- a/Library/Formula/emacs.rb
+++ b/Library/Formula/emacs.rb
@@ -32,6 +32,8 @@ class Emacs < Formula
# Fix for address randomization on Darwin. Based on:
# http://repo.or.cz/w/emacs.git/patch/f2cea124dffac9ca4b8ce1dbb9b746f8e81109a3
p << "https://raw.github.com/gist/1098107"
+ # Fix for the titlebar issue on Mac OS X 10.7
+ p << "https://raw.github.com/gist/1102744"
end
if ARGV.include? "--cocoa"