1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

(sh-alias-alist): Use append instead of nconc.

This commit is contained in:
Markus Rost 2002-10-02 16:31:16 +00:00
parent cd1d850fd1
commit 3ee5ce58f6

View 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