Variable: sql-login-hook

sql-login-hook is a customizable variable defined in sql.el.gz.

Value

nil

Documentation

Hook for interacting with a buffer in sql-interactive-mode.

This hook is invoked in a buffer once it is ready to accept input for the first time.

This variable was added, or its default value changed, in Emacs 24.1.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/sql.el.gz
(defcustom sql-login-hook '()
  "Hook for interacting with a buffer in `sql-interactive-mode'.

This hook is invoked in a buffer once it is ready to accept input
for the first time."
  :version "24.1"
  :type 'hook)