diff options
| author | Kenichi Handa | 2003-09-08 11:56:09 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2003-09-08 11:56:09 +0000 |
| commit | 463f5630a5e7cbe7f042bc1175d1fa1c4e98860f (patch) | |
| tree | 3287d0c628fea2249abf4635b3a4f45bedd6f8c4 /lisp/forms.el | |
| parent | 4256310de631bd57c78b88b5131caa073315b3d7 (diff) | |
| download | emacs-463f5630a5e7cbe7f042bc1175d1fa1c4e98860f.tar.gz emacs-463f5630a5e7cbe7f042bc1175d1fa1c4e98860f.zip | |
New directory
Diffstat (limited to 'lisp/forms.el')
| -rw-r--r-- | lisp/forms.el | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/forms.el b/lisp/forms.el index 76d4bc48c4d..39ee142dc2f 100644 --- a/lisp/forms.el +++ b/lisp/forms.el | |||
| @@ -301,10 +301,10 @@ | |||
| 301 | (provide 'forms) ;;; official | 301 | (provide 'forms) ;;; official |
| 302 | (provide 'forms-mode) ;;; for compatibility | 302 | (provide 'forms-mode) ;;; for compatibility |
| 303 | 303 | ||
| 304 | (defconst forms-version (substring "$Revision: 2.48 $" 11 -2) | 304 | (defconst forms-version (substring "$Revision: 2.47 $" 11 -2) |
| 305 | "The version number of forms-mode (as string). The complete RCS id is: | 305 | "The version number of forms-mode (as string). The complete RCS id is: |
| 306 | 306 | ||
| 307 | $Id: forms.el,v 2.48 2003/05/29 23:53:21 monnier Exp $") | 307 | $Id: forms.el,v 2.47 2003/05/28 11:19:48 rms Exp $") |
| 308 | 308 | ||
| 309 | (defcustom forms-mode-hook nil | 309 | (defcustom forms-mode-hook nil |
| 310 | "Hook run upon entering Forms mode." | 310 | "Hook run upon entering Forms mode." |
| @@ -2059,5 +2059,4 @@ Usage: (setq forms-number-of-fields | |||
| 2059 | (goto-char (point-max)) | 2059 | (goto-char (point-max)) |
| 2060 | (insert ret))))) | 2060 | (insert ret))))) |
| 2061 | 2061 | ||
| 2062 | ;;; arch-tag: 4a6695c7-d47a-4a21-809b-5cec7f8ec7a1 | ||
| 2063 | ;;; forms.el ends here | 2062 | ;;; forms.el ends here |