Variable: sql-set-sqli-hook
sql-set-sqli-hook is a customizable variable defined in sql.el.gz.
Value
nil
Documentation
Hook for reacting to changes of sql-buffer.
This is called by sql-set-sqli-buffer when the value of sql-buffer
is changed.
Probably introduced at or before Emacs version 22.1.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/sql.el.gz
(defcustom sql-set-sqli-hook '()
"Hook for reacting to changes of `sql-buffer'.
This is called by `sql-set-sqli-buffer' when the value of `sql-buffer'
is changed."
:type 'hook)