From 8f2a6130ccbf5d28c2e1991f7c1ae344e580deeb Mon Sep 17 00:00:00 2001 From: Charlie Sharpsteen Date: Tue, 13 Sep 2011 11:57:49 -0700 Subject: [PATCH] Emacs: Fix for the title bar issue on Lion Closes Homebrew/homebrew#6518. Signed-off-by: Charlie Sharpsteen --- Formula/emacs.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/emacs.rb b/Formula/emacs.rb index fe306960a8..770c8914a2 100644 --- a/Formula/emacs.rb +++ b/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"