changeset 47732:3712c799f805

(sh-alias-alist): Use append instead of nconc.
author Markus Rost <rost@math.uni-bielefeld.de>
date Wed, 02 Oct 2002 16:31:16 +0000
parents 755c4233cfba
children d1dbe1fc93d6
files lisp/progmodes/sh-script.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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