diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el index cee0956aed2..3468029b5e6 100644 --- a/lisp/progmodes/sh-script.el +++ b/lisp/progmodes/sh-script.el @@ -258,7 +258,7 @@ sh Bourne Shell (defcustom sh-alias-alist - (nconc (if (eq system-type 'gnu/linux) + (append (if (eq system-type 'gnu/linux) '((csh . tcsh) (ksh . pdksh))) ;; for the time being