diff options
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 |