aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schwab2002-10-27 23:01:57 +0000
committerAndreas Schwab2002-10-27 23:01:57 +0000
commit6f37d17b4527ec4c24d57112e6cad78bad342d3b (patch)
treef2921ca97eb84749d6a902e3aafe02e9b7a6cc4c
parent13b563f53c6c3a4238d0c665a9d87edcf6d70bb7 (diff)
downloademacs-6f37d17b4527ec4c24d57112e6cad78bad342d3b.tar.gz
emacs-6f37d17b4527ec4c24d57112e6cad78bad342d3b.zip
(sh-mode-syntax-table): Don't make ^L
end-of-comment syntax.
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/progmodes/sh-script.el1
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b3fc9c20453..20c2f6df45c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12002-10-27 Andreas Schwab <schwab@suse.de>
2
3 * progmodes/sh-script.el (sh-mode-syntax-table): Don't make ^L
4 end-of-comment syntax.
5
12002-10-27 Kim F. Storm <storm@cua.dk> 62002-10-27 Kim F. Storm <storm@cua.dk>
2 7
3 * ido.el (ido-cannot-complete-command): New defcustom, default to 8 * ido.el (ido-cannot-complete-command): New defcustom, default to
diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el
index 35e72199a73..d6592cbc603 100644
--- a/lisp/progmodes/sh-script.el
+++ b/lisp/progmodes/sh-script.el
@@ -395,7 +395,6 @@ the car and cdr are the same symbol.")
395(defvar sh-mode-syntax-table 395(defvar sh-mode-syntax-table
396 '((sh eval sh-mode-syntax-table () 396 '((sh eval sh-mode-syntax-table ()
397 ?\# "<" 397 ?\# "<"
398 ?\^l ">#"
399 ?\n ">#" 398 ?\n ">#"
400 ?\" "\"\"" 399 ?\" "\"\""
401 ?\' "\"'" 400 ?\' "\"'"