]> granicus.if.org Git - llvm/commitdiff
[NFC][emacs] remove out-of-date comment from tablegen-mode.el
authorBob Haarman <llvm@inglorion.net>
Thu, 26 Sep 2019 19:36:01 +0000 (19:36 +0000)
committerBob Haarman <llvm@inglorion.net>
Thu, 26 Sep 2019 19:36:01 +0000 (19:36 +0000)
Summary:
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.

Reviewers: MaskRay, lattner

Reviewed By: MaskRay

Subscribers: llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D68042

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@373008 91177308-0d34-0410-b5e6-96231b3b80d8

utils/emacs/tablegen-mode.el

index edfe2830062f5e4da419586b8823f6687f1124ec..a5da0fdac5a5a5e52eb862325b53d249d32e0580 100644 (file)
@@ -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.")