Skip to content

Commit

Permalink
Emacs: Fix for the title bar issue on Lion
Browse files Browse the repository at this point in the history
Closes Homebrew#6518.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
  • Loading branch information
Sharpie committed Sep 13, 2011
1 parent 8480f20 commit fcb470b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Library/Formula/emacs.rb
Expand Up @@ -32,6 +32,8 @@ def patches
# 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"
Expand Down

0 comments on commit fcb470b

Please sign in to comment.