changeset 48032:d9114ecd3312

(sh-mode-syntax-table): Don't make ^L end-of-comment syntax.
author Andreas Schwab <schwab@suse.de>
date Sun, 27 Oct 2002 23:00:42 +0000
parents 5adaaf91c4d5
children 624343d12765
files lisp/progmodes/sh-script.el
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/sh-script.el	Sun Oct 27 21:58:18 2002 +0000
+++ b/lisp/progmodes/sh-script.el	Sun Oct 27 23:00:42 2002 +0000
@@ -395,7 +395,6 @@
 (defvar sh-mode-syntax-table
   '((sh eval sh-mode-syntax-table ()
 	?\# "<"
-	?\^l ">#"
 	?\n ">#"
 	?\" "\"\""
 	?\' "\"'"