From 6f37d17b4527ec4c24d57112e6cad78bad342d3b Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sun, 27 Oct 2002 23:01:57 +0000 Subject: [PATCH] (sh-mode-syntax-table): Don't make ^L end-of-comment syntax. --- lisp/ChangeLog | 5 +++++ lisp/progmodes/sh-script.el | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b3fc9c20453..20c2f6df45c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2002-10-27 Andreas Schwab + + * progmodes/sh-script.el (sh-mode-syntax-table): Don't make ^L + end-of-comment syntax. + 2002-10-27 Kim F. Storm * 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.") (defvar sh-mode-syntax-table '((sh eval sh-mode-syntax-table () ?\# "<" - ?\^l ">#" ?\n ">#" ?\" "\"\"" ?\' "\"'" -- 2.39.2