]> git.eshelyaron.com Git - emacs.git/commit
Quote table names for postgres listings (sql-mode)
authorMatthew Carter <m@ahungry.com>
Sun, 31 Jan 2016 03:03:57 +0000 (22:03 -0500)
committerMatthew Carter <m@ahungry.com>
Sun, 31 Jan 2016 03:03:57 +0000 (22:03 -0500)
commit440a35f6b5770596981189ad65eaa5750b901908
tree3aa73d4a4a2df7ce76591a94a1c0842496de667d
parent692e410470250ea3c1feafaad077ff0758c01ec3
Quote table names for postgres listings (sql-mode)

* lisp/progmodes/sql.el (sql-postgres-completion-object): Avoid passing
  unquoted table names to the completion list.
lisp/progmodes/sql.el