comparison lisp/bindings.el @ 39932:ade54d52bb06

(exec-suffixes): Initialize to a system-dependent value.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sun, 14 Oct 2001 20:08:21 +0000
parents 2e2351633c8e
children 095b9114cf5f
comparison
equal deleted inserted replaced
39931:6409c35c922d 39932:ade54d52bb06
447 ".lo" ".la" 447 ".lo" ".la"
448 ;; Texinfo-related 448 ;; Texinfo-related
449 ".toc" ".log" ".aux" 449 ".toc" ".log" ".aux"
450 ".cp" ".fn" ".ky" ".pg" ".tp" ".vr" 450 ".cp" ".fn" ".ky" ".pg" ".tp" ".vr"
451 ".cps" ".fns" ".kys" ".pgs" ".tps" ".vrs"))) 451 ".cps" ".fns" ".kys" ".pgs" ".tps" ".vrs")))
452
453 ;; Suffixes used for executables.
454 (setq exec-suffixes
455 (cond
456 ((memq system-type '(ms-dos windows-nt))
457 '(".exe" ".com" ".bat" ".cmd" ".btm" ""))
458 (t
459 '(""))))
452 460
453 ;; Packages should add to this list appropriately when they are 461 ;; Packages should add to this list appropriately when they are
454 ;; loaded, rather than listing everything here. 462 ;; loaded, rather than listing everything here.
455 (setq debug-ignored-errors 463 (setq debug-ignored-errors
456 '(beginning-of-line beginning-of-buffer end-of-line 464 '(beginning-of-line beginning-of-buffer end-of-line