Mercurial > emacs
comparison lisp/progmodes/sql.el @ 59996:aac0a33f5772
Change release version from 21.4 to 22.1 throughout.
Change development version from 21.3.50 to 22.0.50.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Wed, 09 Feb 2005 15:50:47 +0000 |
parents | f714f103b48a |
children | f2892faa87d4 3ebd9bdb4fe5 |
comparison
equal
deleted
inserted
replaced
59995:8f4938738427 | 59996:aac0a33f5772 |
---|---|
615 | 615 |
616 (defcustom sql-ms-options '("-w" "300" "-n") | 616 (defcustom sql-ms-options '("-w" "300" "-n") |
617 ;; -w is the linesize | 617 ;; -w is the linesize |
618 "*List of additional options for `sql-ms-program'." | 618 "*List of additional options for `sql-ms-program'." |
619 :type '(repeat string) | 619 :type '(repeat string) |
620 :version "21.4" | 620 :version "22.1" |
621 :group 'SQL) | 621 :group 'SQL) |
622 | 622 |
623 ;; Customization for Postgres | 623 ;; Customization for Postgres |
624 | 624 |
625 (defcustom sql-postgres-program "psql" | 625 (defcustom sql-postgres-program "psql" |