# HG changeset patch # User Markus Rost # Date 1033576276 0 # Node ID 3712c799f8057b30b776cef156423abc1ba88b1f # Parent 755c4233cfbae4e6d63dbaf94fa6f843c67e3444 (sh-alias-alist): Use append instead of nconc. diff -r 755c4233cfba -r 3712c799f805 lisp/progmodes/sh-script.el --- a/lisp/progmodes/sh-script.el Wed Oct 02 08:28:17 2002 +0000 +++ b/lisp/progmodes/sh-script.el Wed Oct 02 16:31:16 2002 +0000 @@ -258,7 +258,7 @@ (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