]> git.eshelyaron.com Git - emacs.git/commit
Fix quoting of file names in 'ctags'
authorEli Zaretskii <eliz@gnu.org>
Fri, 1 Jul 2022 13:17:40 +0000 (16:17 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 1 Jul 2022 13:17:40 +0000 (16:17 +0300)
commit8a098f6517157ebe2364f08008b44ab49c2d1115
treef30311ac3cbbbd53ed46d4a9881d5f4549459f45
parent474f5b21b43efd4c2f60bfdfa385c8b522bf12c8
Fix quoting of file names in 'ctags'

* lib-src/etags.c (main) [WINDOWSNT || MSDOS]: Quote file names
according to the rules of the system shells.
lib-src/etags.c