mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-26 07:11:34 -08:00
Add defgroup :version.
This commit is contained in:
parent
f49f08ccbc
commit
6629e5ba9e
1 changed files with 2 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
;; Author: Alex Schroeder <alex@gnu.org>
|
;; Author: Alex Schroeder <alex@gnu.org>
|
||||||
;; Maintainer: Alex Schroeder <alex@gnu.org>
|
;; Maintainer: Alex Schroeder <alex@gnu.org>
|
||||||
;; Version: 1.4.1
|
;; Version: 1.4.2
|
||||||
;; Keywords: comm languages processes
|
;; Keywords: comm languages processes
|
||||||
|
|
||||||
;; This file is part of GNU Emacs.
|
;; This file is part of GNU Emacs.
|
||||||
|
|
@ -119,6 +119,7 @@
|
||||||
|
|
||||||
(defgroup SQL nil
|
(defgroup SQL nil
|
||||||
"Running a SQL interpreter from within Emacs buffers"
|
"Running a SQL interpreter from within Emacs buffers"
|
||||||
|
:version "20.4"
|
||||||
:group 'processes)
|
:group 'processes)
|
||||||
|
|
||||||
;; These three variables will be used as defaults, if set.
|
;; These three variables will be used as defaults, if set.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue