]> git.eshelyaron.com Git - emacs.git/commit
Adds backslash as escape character to mysql syntax-alist
authorKristian Hole <kristian@hole.priv.no>
Sun, 9 Aug 2020 18:55:52 +0000 (20:55 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 9 Aug 2020 18:55:52 +0000 (20:55 +0200)
commit8b4e022c5ec8a2f11fee5ec3438f7e91f09c6cc5
treec4588619f818a44c027c9a3d840317d7cad0d84d
parentb78583cde7d8aaa1fa19c20975c03d689c78baef
Adds backslash as escape character to mysql syntax-alist

* lisp/progmodes/sql.el (sql-product-alist): The \ character is an
escape character in mysql (bug#37459).
(sql-mode): Changes the example from the incorrect use of
punctuation rule, to the escape character rule.

Copyright-paperwork-exempt: yes
lisp/progmodes/sql.el