]> git.eshelyaron.com Git - emacs.git/commitdiff
(sh-mode-syntax-table): Don't make ^L
authorAndreas Schwab <schwab@suse.de>
Sun, 27 Oct 2002 23:01:57 +0000 (23:01 +0000)
committerAndreas Schwab <schwab@suse.de>
Sun, 27 Oct 2002 23:01:57 +0000 (23:01 +0000)
end-of-comment syntax.

lisp/ChangeLog
lisp/progmodes/sh-script.el

index b3fc9c2045352e6b4edb45456a09d8560f604409..20c2f6df45cb7c19e6f6290fea6a99f1aa07ff22 100644 (file)
@@ -1,3 +1,8 @@
+2002-10-27  Andreas Schwab  <schwab@suse.de>
+
+       * progmodes/sh-script.el (sh-mode-syntax-table): Don't make ^L
+       end-of-comment syntax.
+
 2002-10-27  Kim F. Storm  <storm@cua.dk>
 
        * ido.el (ido-cannot-complete-command): New defcustom, default to
index 35e72199a73daf1f50b885e477668e53dd7944d7..d6592cbc603d35164a83ed1c78d8770ec2c25db0 100644 (file)
@@ -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 ">#"
        ?\" "\"\""
        ?\' "\"'"