diff lisp/forms.el @ 52401:695cf19ef79e

Add arch taglines
author Miles Bader <miles@gnu.org>
date Mon, 01 Sep 2003 15:45:59 +0000
parents 6ef863c4a5d8
children f0eb34e60705 e8824c4f5f7e 375f2633d815
line wrap: on
line diff
--- a/lisp/forms.el	Mon Sep 01 15:45:46 2003 +0000
+++ b/lisp/forms.el	Mon Sep 01 15:45:59 2003 +0000
@@ -301,10 +301,10 @@
 (provide 'forms)			;;; official
 (provide 'forms-mode)			;;; for compatibility
 
-(defconst forms-version (substring "$Revision: 2.47 $" 11 -2)
+(defconst forms-version (substring "$Revision: 2.48 $" 11 -2)
   "The version number of forms-mode (as string).  The complete RCS id is:
 
-  $Id: forms.el,v 2.47 2003/05/28 11:19:48 rms Exp $")
+  $Id: forms.el,v 2.48 2003/05/29 23:53:21 monnier Exp $")
 
 (defcustom forms-mode-hook nil
   "Hook run upon entering Forms mode."
@@ -2059,4 +2059,5 @@
 	  (goto-char (point-max))
 	  (insert ret)))))
 
+;;; arch-tag: 4a6695c7-d47a-4a21-809b-5cec7f8ec7a1
 ;;; forms.el ends here