Merge from origin/emacs-30
35c7837c66
Fix TAGS regeneration with Universal Ctags
This commit is contained in:
commit
eb03969846
1 changed files with 1 additions and 1 deletions
|
@ -381,7 +381,7 @@ File extensions to generate the tags for."
|
|||
;; Like 10ms vs 20ms here. But `shell-command' makes it easy to
|
||||
;; direct stderr to a separate buffer.
|
||||
(shell-command
|
||||
(format "%s %s %s -o -"
|
||||
(format "%s %s -o - %s"
|
||||
etags-regen-program (mapconcat #'identity options " ")
|
||||
(mapconcat #'identity file-names " "))
|
||||
t etags-regen--errors-buffer-name))
|
||||
|
|
Loading…
Add table
Reference in a new issue