aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love1999-04-01 13:59:57 +0000
committerDave Love1999-04-01 13:59:57 +0000
commit6629e5ba9ee3fcea70b28f1e13691d3ac0b9be1e (patch)
tree746d08effc79dd23e75a0a98249e4cfa01d963a7
parentf49f08ccbc56e241b8268dd8c6547c8a0d9ce6f5 (diff)
downloademacs-6629e5ba9ee3fcea70b28f1e13691d3ac0b9be1e.tar.gz
emacs-6629e5ba9ee3fcea70b28f1e13691d3ac0b9be1e.zip
Add defgroup :version.
-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 03b03b6a61d..d16e9fb1f29 100644
--- a/lisp/progmodes/sql.el
+++ b/lisp/progmodes/sql.el
@@ -4,7 +4,7 @@
4 4
5;; Author: Alex Schroeder <alex@gnu.org> 5;; Author: Alex Schroeder <alex@gnu.org>
6;; Maintainer: Alex Schroeder <alex@gnu.org> 6;; Maintainer: Alex Schroeder <alex@gnu.org>
7;; Version: 1.4.1 7;; Version: 1.4.2
8;; Keywords: comm languages processes 8;; Keywords: comm languages processes
9 9
10;; This file is part of GNU Emacs. 10;; This file is part of GNU Emacs.
@@ -119,6 +119,7 @@
119 119
120(defgroup SQL nil 120(defgroup SQL nil
121 "Running a SQL interpreter from within Emacs buffers" 121 "Running a SQL interpreter from within Emacs buffers"
122 :version "20.4"
122 :group 'processes) 123 :group 'processes)
123 124
124;; These three variables will be used as defaults, if set. 125;; These three variables will be used as defaults, if set.