Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
6dd4407c
Commit
6dd4407c
authored
Aug 28, 1996
by
Richard M. Stallman
Browse files
(sh-alias-alist): Use gnu/linux, not lignux.
parent
ae6ed0ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/progmodes/sh-script.el
lisp/progmodes/sh-script.el
+1
-1
No files found.
lisp/progmodes/sh-script.el
View file @
6dd4407c
...
...
@@ -90,7 +90,7 @@ sh Bourne Shell
(
defvar
sh-alias-alist
(
nconc
(
if
(
eq
system-type
'li
g
nux
)
(
nconc
(
if
(
eq
system-type
'
gnu/
linux
)
'
((
csh
.
tcsh
)
(
ksh
.
pdksh
)))
;; for the time being
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment