From 3ee5ce58f637f2c5d652c663170216d0f6470bb5 Mon Sep 17 00:00:00 2001 From: Markus Rost Date: Wed, 2 Oct 2002 16:31:16 +0000 Subject: [PATCH] (sh-alias-alist): Use append instead of nconc. --- lisp/progmodes/sh-script.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.4.GIT