]> git.eshelyaron.com Git - emacs.git/commit
Fix problem with /- incorrectly starting a comment in SQL mode
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 10 Aug 2020 11:24:19 +0000 (13:24 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 10 Aug 2020 13:18:19 +0000 (15:18 +0200)
commit70825a4d313fddd6f80a1840d775384e848daf9f
treec4d8a3ee39d64713face4c0bfa355812c509465a
parentc669afcd1cf3990cadbff7319c2e30b72996cdda
Fix problem with /- incorrectly starting a comment in SQL mode

* lisp/progmodes/sql.el (sql-mode): Move all the syntax setup
stuff here (bug#35646).  Add handling of -* and /- from Kristian
Hole <kristian@hole.priv.no>.
lisp/progmodes/sql.el