diff options
| author | Andreas Schwab | 2002-10-27 23:01:57 +0000 |
|---|---|---|
| committer | Andreas Schwab | 2002-10-27 23:01:57 +0000 |
| commit | 6f37d17b4527ec4c24d57112e6cad78bad342d3b (patch) | |
| tree | f2921ca97eb84749d6a902e3aafe02e9b7a6cc4c | |
| parent | 13b563f53c6c3a4238d0c665a9d87edcf6d70bb7 (diff) | |
| download | emacs-6f37d17b4527ec4c24d57112e6cad78bad342d3b.tar.gz emacs-6f37d17b4527ec4c24d57112e6cad78bad342d3b.zip | |
(sh-mode-syntax-table): Don't make ^L
end-of-comment syntax.
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/progmodes/sh-script.el | 1 |
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 @@ | |||
| 1 | 2002-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 | |||
| 1 | 2002-10-27 Kim F. Storm <storm@cua.dk> | 6 | 2002-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 | ?\' "\"'" |