aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/sql.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/progmodes/sql.el')
-rw-r--r--lisp/progmodes/sql.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/progmodes/sql.el b/lisp/progmodes/sql.el
index ebbef8d89ee..4d291c3bde8 100644
--- a/lisp/progmodes/sql.el
+++ b/lisp/progmodes/sql.el
@@ -691,6 +691,8 @@ making new SQLi sessions."
691 :version "24.1" 691 :version "24.1"
692 :group 'SQL) 692 :group 'SQL)
693 693
694(defvaralias 'sql-dialect 'sql-product)
695
694(defcustom sql-product 'ansi 696(defcustom sql-product 'ansi
695 "Select the SQL database product used. 697 "Select the SQL database product used.
696This allows highlighting buffers properly when you open them." 698This allows highlighting buffers properly when you open them."
@@ -703,7 +705,6 @@ This allows highlighting buffers properly when you open them."
703 sql-product-alist)) 705 sql-product-alist))
704 :group 'SQL 706 :group 'SQL
705 :safe 'symbolp) 707 :safe 'symbolp)
706(defvaralias 'sql-dialect 'sql-product)
707 708
708;; misc customization of sql.el behavior 709;; misc customization of sql.el behavior
709 710