emacs: adjust patch, comment
This commit is contained in:
parent
8a942e7390
commit
748149ec04
1 changed files with 4 additions and 4 deletions
|
@ -35,10 +35,10 @@ class Emacs < Formula
|
|||
end
|
||||
|
||||
def patches
|
||||
{
|
||||
:p0 => DATA, # fix default-directory on Cocoa and Mavericks.
|
||||
}
|
||||
end
|
||||
# Fix default-directory on Cocoa and Mavericks.
|
||||
# Fied upstream in r114730 and r114882.
|
||||
{:p0 => DATA}
|
||||
end unless build.head?
|
||||
|
||||
# Follow MacPorts and don't install ctags from Emacs. This allows Vim
|
||||
# and Emacs and ctags to play together without violence.
|
||||
|
|
Loading…
Reference in a new issue