diff options
author | Bob Haarman <llvm@inglorion.net> | 2019-09-26 19:36:01 +0000 |
---|---|---|
committer | Bob Haarman <llvm@inglorion.net> | 2019-09-26 19:36:01 +0000 |
commit | 4061a9b63a429885dfdc8b5d3371b9eb80fc7ad2 (patch) | |
tree | 954e4794c55ba16972e71f1508df6b23d651758d /llvm/utils/emacs | |
parent | 15d5f5dd350e9ba811171968e647a80f84776888 (diff) | |
download | bcm5719-llvm-4061a9b63a429885dfdc8b5d3371b9eb80fc7ad2.tar.gz bcm5719-llvm-4061a9b63a429885dfdc8b5d3371b9eb80fc7ad2.zip |
[NFC][emacs] remove out-of-date comment from tablegen-mode.el
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
llvm-svn: 373008
Diffstat (limited to 'llvm/utils/emacs')
-rw-r--r-- | llvm/utils/emacs/tablegen-mode.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/utils/emacs/tablegen-mode.el b/llvm/utils/emacs/tablegen-mode.el index edfe2830062..a5da0fdac5a 100644 --- a/llvm/utils/emacs/tablegen-mode.el +++ b/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.") |