diff options
author | Glenn Morris <rgm@gnu.org> | 2011-11-08 14:19:36 -0500 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2011-11-08 14:19:36 -0500 |
commit | 0edcba87d0297124b988fb5c22b20a0c6ac13af1 (patch) | |
tree | 54f9552816ad10a13f13c0ccc8fc632f004fdc52 /lisp/progmodes/delphi.el | |
parent | b3f4a882bf9598be109d9435ed1fdaaf5883fe48 (diff) | |
download | emacs-0edcba87d0297124b988fb5c22b20a0c6ac13af1.tar.gz emacs-0edcba87d0297124b988fb5c22b20a0c6ac13af1.tar.bz2 emacs-0edcba87d0297124b988fb5c22b20a0c6ac13af1.zip |
delphi syntax table fix for bug#9994
* lisp/progmodes/delphi.el (delphi-mode-syntax-table):
Let define-derived-mode define a proper syntax table.
Diffstat (limited to 'lisp/progmodes/delphi.el')
-rw-r--r-- | lisp/progmodes/delphi.el | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lisp/progmodes/delphi.el b/lisp/progmodes/delphi.el index e8e2f8ffbf0..e513b617022 100644 --- a/lisp/progmodes/delphi.el +++ b/lisp/progmodes/delphi.el @@ -1959,10 +1959,6 @@ comment block. If not in a // comment, just does a normal newline." kmap) "Keymap used in Delphi mode.") -(defvar delphi-mode-syntax-table nil - "Delphi mode's syntax table. It is just a standard syntax table. -This is ok since we do our own keyword/comment/string face coloring.") - ;;;###autoload (define-derived-mode delphi-mode prog-mode "Delphi" "Major mode for editing Delphi code. \\<delphi-mode-map> |