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:
parent
a12ca05478
commit
ae95a95a9c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user