1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(sh-alias-alist): Recognize lignux.

This commit is contained in:
Richard M. Stallman 1996-03-27 02:39:09 +00:00
parent aaef4a1cec
commit a124b2795d

View file

@ -90,7 +90,7 @@ sh Bourne Shell
(defvar sh-alias-alist
(nconc (if (eq system-type 'linux)
(nconc (if (eq system-type 'lignux)
'((csh . tcsh)
(ksh . pdksh)))
;; for the time being