From: Markus Rost Date: Wed, 2 Oct 2002 16:31:16 +0000 (+0000) Subject: (sh-alias-alist): Use append instead of nconc. X-Git-Tag: ttn-vms-21-2-B4~12958 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3ee5ce58f637f2c5d652c663170216d0f6470bb5;p=emacs.git (sh-alias-alist): Use append instead of nconc. --- 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