Emacs: Fix for the title bar issue on Lion
Closes Homebrew/homebrew#6518. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
This commit is contained in:
parent
6082ce3549
commit
8f2a6130cc
1 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue