diff options
Diffstat (limited to 'lisp/progmodes/sql.el')
-rw-r--r-- | lisp/progmodes/sql.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/progmodes/sql.el b/lisp/progmodes/sql.el index 3c5ee36eb98..f5bfe526aae 100644 --- a/lisp/progmodes/sql.el +++ b/lisp/progmodes/sql.el @@ -810,6 +810,7 @@ is changed." This hook is invoked in a buffer once it is ready to accept input for the first time." + :version "24.1" :type 'hook :group 'SQL) @@ -825,6 +826,7 @@ for the first time." All products share this list; products should define a regexp to identify additional keywords in a variable defined by the :statement feature." + :version "24.1" :type 'string :group 'SQL) @@ -856,6 +858,7 @@ You will find the file in your Orant\\bin directory." (defcustom sql-oracle-statement-starters (regexp-opt '("declare" "begin" "with")) "Additional statement starting keywords in Oracle." + :version "24.1" :type 'string :group 'SQL) @@ -872,6 +875,7 @@ You need to issue the following command in SQL*Plus to be safe: SET DEFINE OFF In older versions of SQL*Plus, this was the SET SCAN OFF command." + :version "24.1" :type 'boolean :group 'SQL) |