]> code.delx.au - gnu-emacs/blobdiff - lisp/progmodes/delphi.el
merge trunk
[gnu-emacs] / lisp / progmodes / delphi.el
index e8e2f8ffbf06710b1a025c629567c91d5b3f7ee7..e513b6170229327c05774bc4a11da1580ff8c58a 100644 (file)
@@ -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>