diff options
| author | Kim F. Storm | 2005-02-09 15:50:47 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2005-02-09 15:50:47 +0000 |
| commit | bf247b6ed0b5e96845e785302bdaa97fcf6a8b84 (patch) | |
| tree | 3e5225520dfe10e9394f68088de2fe22027aa53f /lisp/progmodes/sql.el | |
| parent | 1de0ae85b33c8d8cb77ab839f66d2df4f9aa7b94 (diff) | |
| download | emacs-bf247b6ed0b5e96845e785302bdaa97fcf6a8b84.tar.gz emacs-bf247b6ed0b5e96845e785302bdaa97fcf6a8b84.zip | |
Change release version from 21.4 to 22.1 throughout.
Change development version from 21.3.50 to 22.0.50.
Diffstat (limited to 'lisp/progmodes/sql.el')
| -rw-r--r-- | lisp/progmodes/sql.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/sql.el b/lisp/progmodes/sql.el index 0e0d89b07e1..902cd920ead 100644 --- a/lisp/progmodes/sql.el +++ b/lisp/progmodes/sql.el | |||
| @@ -617,7 +617,7 @@ The program can also specify a TCP connection. See `make-comint'." | |||
| 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 |