aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/progmodes/sh-script.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el
index cee0956aed2..3468029b5e6 100644
--- a/lisp/progmodes/sh-script.el
+++ b/lisp/progmodes/sh-script.el
@@ -258,7 +258,7 @@ sh Bourne Shell
258 258
259 259
260(defcustom sh-alias-alist 260(defcustom sh-alias-alist
261 (nconc (if (eq system-type 'gnu/linux) 261 (append (if (eq system-type 'gnu/linux)
262 '((csh . tcsh) 262 '((csh . tcsh)
263 (ksh . pdksh))) 263 (ksh . pdksh)))
264 ;; for the time being 264 ;; for the time being