Skip to content

Commit 338329b

Browse files
aaronjensend12frosted
authored andcommitted
Emacs 31 ctags support is removed
1 parent 245b6ed commit 338329b

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

Formula/emacs-plus@31.rb

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ class EmacsPlusAT31 < EmacsBase
1515
option "without-cocoa", "Build a non-Cocoa version of Emacs"
1616

1717
# Opt-in
18-
option "with-ctags", "Don't remove the ctags executable that Emacs provides"
1918
option "with-x11", "Experimental: build with x11 support"
2019
option "with-debug", "Build with debug symbols and debugger friendly optimizations"
2120
option "with-xwidgets", "Experimental: build with xwidgets support"
@@ -242,17 +241,6 @@ def install
242241
system "gmake"
243242
system "gmake", "install"
244243
end
245-
246-
# Follow MacPorts and don't install ctags from Emacs. This allows Vim
247-
# and Emacs and ctags to play together without violence.
248-
if build.without? "ctags"
249-
(bin/"ctags").unlink
250-
if build.with? "compress-install"
251-
(man1/"ctags.1.gz").unlink
252-
else
253-
(man1/"ctags.1").unlink
254-
end
255-
end
256244
end
257245

258246
def post_install

README.org

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ By default =emacs-plus@31= uses the following features.
135135

136136
| Option | Description |
137137
|-------------------------+------------------------------------------------------------------------------|
138-
| =--with-ctags= | don't remove the ctags executable that Emacs provides |
139138
| =--with-dbus= | build with dbus support |
140139
| =--with-debug= | build with debug symbols and debugger friendly optimizations |
141140
| =--with-mailutils= | build with mailutils support |

0 commit comments

Comments
 (0)