diff options
| author | Colin Hebert | 2011-09-13 01:45:14 +0200 |
|---|---|---|
| committer | Charlie Sharpsteen | 2011-09-13 12:05:17 -0700 |
| commit | e35901048163586b99675628dcdb9c896b86154b (patch) | |
| tree | 3ea06e31f12b355ec01732e075a0e1b2b51e506b /Library/Formula | |
| parent | ef4f0af400104ad849b760e380a3ba15b32b5d86 (diff) | |
| download | homebrew-e35901048163586b99675628dcdb9c896b86154b.tar.bz2 | |
Emacs: Fix for Shift key for IME users
Based on http://bzr.savannah.gnu.org/lh/emacs/trunk/revision/103384
Fixes #6032.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/emacs.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/emacs.rb b/Library/Formula/emacs.rb index 825d6e612..2ecab7b93 100644 --- a/Library/Formula/emacs.rb +++ b/Library/Formula/emacs.rb @@ -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" |
