]> git.eshelyaron.com Git - emacs.git/commitdiff
(sh-alias-alist): Use append instead of nconc.
authorMarkus Rost <rost@math.uni-bielefeld.de>
Wed, 2 Oct 2002 16:31:16 +0000 (16:31 +0000)
committerMarkus Rost <rost@math.uni-bielefeld.de>
Wed, 2 Oct 2002 16:31:16 +0000 (16:31 +0000)
lisp/progmodes/sh-script.el

index cee0956aed2797d5b182afe4a401fb4db2368150..3468029b5e62b5627c6dd869661b00cef5fccfcf 100644 (file)
@@ -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