diff options
| author | Dan Nicolaescu | 1998-04-18 19:48:40 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 1998-04-18 19:48:40 +0000 |
| commit | 42dfe0ad136c93ff02076ddac735fba4588c07a4 (patch) | |
| tree | 561b0233370fb0d159e586fc330399fdb25a8569 | |
| parent | 6b3eac8d032042f6eb2d4b2a9359ec2514138a70 (diff) | |
| download | emacs-42dfe0ad136c93ff02076ddac735fba4588c07a4.tar.gz emacs-42dfe0ad136c93ff02076ddac735fba4588c07a4.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/emacs-lisp/checkdoc.el | 3 | ||||
| -rw-r--r-- | lisp/play/gametree.el | 3 | ||||
| -rw-r--r-- | lisp/progmodes/vhdl-mode.el | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/lisp/emacs-lisp/checkdoc.el b/lisp/emacs-lisp/checkdoc.el index ca131f8a6d2..fcc589cc929 100644 --- a/lisp/emacs-lisp/checkdoc.el +++ b/lisp/emacs-lisp/checkdoc.el | |||
| @@ -1767,7 +1767,8 @@ function called to create the messages." | |||
| 1767 | (defgroup checkdoc nil | 1767 | (defgroup checkdoc nil |
| 1768 | "Support for doc-string checking in emacs lisp." | 1768 | "Support for doc-string checking in emacs lisp." |
| 1769 | :prefix "checkdoc" | 1769 | :prefix "checkdoc" |
| 1770 | :group 'lisp) | 1770 | :group 'lisp |
| 1771 | :version "20.3") | ||
| 1771 | 1772 | ||
| 1772 | (custom-add-option 'emacs-lisp-mode-hook | 1773 | (custom-add-option 'emacs-lisp-mode-hook |
| 1773 | (lambda () (checkdoc-minor-mode 1))) | 1774 | (lambda () (checkdoc-minor-mode 1))) |
diff --git a/lisp/play/gametree.el b/lisp/play/gametree.el index 17a192d9794..26100b83b18 100644 --- a/lisp/play/gametree.el +++ b/lisp/play/gametree.el | |||
| @@ -93,7 +93,8 @@ | |||
| 93 | (defgroup gametree nil | 93 | (defgroup gametree nil |
| 94 | "Manage game analysis trees in Emacs." | 94 | "Manage game analysis trees in Emacs." |
| 95 | :prefix "gametree-" | 95 | :prefix "gametree-" |
| 96 | :group 'games) | 96 | :group 'games |
| 97 | :version "20.3") | ||
| 97 | 98 | ||
| 98 | (defcustom gametree-half-ply-regexp (regexp-quote ":") | 99 | (defcustom gametree-half-ply-regexp (regexp-quote ":") |
| 99 | "*Matches ends of numbers of moves by the \"second\" player. | 100 | "*Matches ends of numbers of moves by the \"second\" player. |
diff --git a/lisp/progmodes/vhdl-mode.el b/lisp/progmodes/vhdl-mode.el index be31fe900b9..ce7ba81d115 100644 --- a/lisp/progmodes/vhdl-mode.el +++ b/lisp/progmodes/vhdl-mode.el | |||
| @@ -93,7 +93,8 @@ | |||
| 93 | (defgroup vhdl nil | 93 | (defgroup vhdl nil |
| 94 | "Customizations for VHDL Mode." | 94 | "Customizations for VHDL Mode." |
| 95 | :prefix "vhdl-" | 95 | :prefix "vhdl-" |
| 96 | :group 'languages) | 96 | :group 'languages |
| 97 | :version "20.3") | ||
| 97 | 98 | ||
| 98 | 99 | ||
| 99 | (defgroup vhdl-mode nil | 100 | (defgroup vhdl-mode nil |