[llvm] r373008 - [NFC][emacs] remove out-of-date comment from tablegen-mode.el
Bob Haarman via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 26 12:36:01 PDT 2019
Author: inglorion
Date: Thu Sep 26 12:36:01 2019
New Revision: 373008
URL: http://llvm.org/viewvc/llvm-project?rev=373008&view=rev
Log:
[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
Modified:
llvm/trunk/utils/emacs/tablegen-mode.el
Modified: llvm/trunk/utils/emacs/tablegen-mode.el
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/emacs/tablegen-mode.el?rev=373008&r1=373007&r2=373008&view=diff
==============================================================================
--- llvm/trunk/utils/emacs/tablegen-mode.el (original)
+++ llvm/trunk/utils/emacs/tablegen-mode.el Thu Sep 26 12:36:01 2019
@@ -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.")
More information about the llvm-commits
mailing list