From 071fcd9a1741576301a9f3adb4895ca5f573ed84 Mon Sep 17 00:00:00 2001 From: Issy Long Date: Sat, 31 Aug 2019 11:45:36 +0100 Subject: [PATCH] ctags: remove caveat wording about installing emacs with options (#43683) --- Formula/ctags.rb | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Formula/ctags.rb b/Formula/ctags.rb index 9fa2d22e57..1465c464db 100644 --- a/Formula/ctags.rb +++ b/Formula/ctags.rb @@ -49,11 +49,6 @@ class Ctags < Formula emacs provides an executable `ctags` that would conflict with the executable of the same name that ctags provides. To prevent this, Homebrew removes the emacs `ctags` and its manpage before linking. - - However, if you install emacs with the `--keep-ctags` option, then - the `ctags` emacs provides will not be removed. In that case, you - won't be able to install ctags successfully. It will build but not - link. EOS end