[PATCH] D68042: [NFC][emacs] remove out-of-date comment from tablegen-mode.el
Bob Haarman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 25 11:38:30 PDT 2019
inglorion created this revision.
inglorion added reviewers: MaskRay, lattner.
Herald added a project: LLVM.
The syntax table was originally based on and attributed to
jasmin.el, but was rewritten in r45192, so the comment that
says the code comes from jasmin.el is no longer accurate. This
change removes the comment, shortening the code a bit.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D68042
Files:
llvm/utils/emacs/tablegen-mode.el
Index: llvm/utils/emacs/tablegen-mode.el
===================================================================
--- llvm/utils/emacs/tablegen-mode.el
+++ llvm/utils/emacs/tablegen-mode.el
@@ -47,8 +47,6 @@
(put 'tablegen-mode 'font-lock-defaults '(tablegen-font-lock-keywords))
;; ---------------------- Syntax table ---------------------------
-;; Shamelessly ripped from jasmin.el
-;; URL: http://www.neilvandyke.org/jasmin-emacs/jasmin.el
(defvar tablegen-mode-syntax-table nil
"Syntax table used in `tablegen-mode' buffers.")
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68042.221812.patch
Type: text/x-patch
Size: 537 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190925/ef27f610/attachment.bin>
More information about the llvm-commits
mailing list