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:
parent
cd1d850fd1
commit
3ee5ce58f6
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue