1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-01 11:14:55 +00:00

(exec-suffixes): Initialize to a system-dependent value.

This commit is contained in:
Stefan Monnier 2001-10-14 20:08:21 +00:00
parent a12ca05478
commit ae95a95a9c

View File

@ -450,6 +450,14 @@ is okay. See `mode-line-format'.")
".cp" ".fn" ".ky" ".pg" ".tp" ".vr"
".cps" ".fns" ".kys" ".pgs" ".tps" ".vrs")))
;; Suffixes used for executables.
(setq exec-suffixes
(cond
((memq system-type '(ms-dos windows-nt))
'(".exe" ".com" ".bat" ".cmd" ".btm" ""))
(t
'(""))))
;; Packages should add to this list appropriately when they are
;; loaded, rather than listing everything here.
(setq debug-ignored-errors