mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(sh-alias-alist): Use gnu/linux, not lignux.
This commit is contained in:
parent
ae6ed0acbb
commit
6dd4407cdc
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ sh Bourne Shell
|
|||
|
||||
|
||||
(defvar sh-alias-alist
|
||||
(nconc (if (eq system-type 'lignux)
|
||||
(nconc (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