diff options
author | Steve Purcell <steve@sanityinc.com> | 2016-04-24 13:44:37 +0200 |
---|---|---|
committer | Lars Magne Ingebrigtsen <larsi@gnus.org> | 2016-04-24 13:44:52 +0200 |
commit | a28873ce734b3618b0e8f6892e65db24d2f18da8 (patch) | |
tree | 5ef1d1acdc2b5c1f1bd371c42b1ab5f7bb679f3e /lisp/emacs-lisp | |
parent | 5d1e62e32989399fd2a073cc8efc07f869a1b438 (diff) | |
download | emacs-a28873ce734b3618b0e8f6892e65db24d2f18da8.tar.gz emacs-a28873ce734b3618b0e8f6892e65db24d2f18da8.tar.bz2 emacs-a28873ce734b3618b0e8f6892e65db24d2f18da8.zip |
Allow _ characters in SQL prompts
* lisp/progmodes/sql.el (sql-product-alist): Allow _
characters in SQL prompts (bug#22596).
Fixes issue 22596, whereby "_" is now not considered a word constituent
character in sql-interactive-mode, so prompts like "foo_dev# " are not
correctly detected. Rather than piggy-back on the symbol table, we
explicitly match against alphanumeric chars or "_".
Diffstat (limited to 'lisp/emacs-lisp')
0 files changed, 0 insertions, 0 deletions