Emacs: Fix for Shift key for IME users

Based on http://bzr.savannah.gnu.org/lh/emacs/trunk/revision/103384

Fixes Homebrew/homebrew#6032.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
master
Colin Hebert 2011-09-13 01:45:14 +02:00 committed by Charlie Sharpsteen
parent af3b4ec8f6
commit 468b5a72a2
1 changed files with 2 additions and 0 deletions

View File

@ -36,6 +36,8 @@ class Emacs < Formula
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"
# Fix for Shift key for IME users
p << "https://raw.github.com/gist/1212776"
end
if ARGV.include? "--cocoa"