]> git.eshelyaron.com Git - emacs.git/commitdiff
(thing@pt-version): Removed variable.
authorRichard M. Stallman <rms@gnu.org>
Wed, 2 Feb 1994 23:19:42 +0000 (23:19 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 2 Feb 1994 23:19:42 +0000 (23:19 +0000)
lisp/thingatpt.el

index 3f18716ef3188c709a18d0b47d1f96a948ab89a1..74dc6de5efc3d867c6b88a2a213ffc556c0fed75 100644 (file)
@@ -5,7 +5,6 @@
 ;; Author: Mike Williams <mikew@gopher.dosli.govt.nz>
 ;; Keywords: extensions, matching, mouse
 ;; Created: Thu Mar 28 13:48:23 1991
-;; Version: $Revision: 1.1 $
 
 ;; This file is part of GNU Emacs.
 
@@ -19,7 +18,7 @@
 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 ;; GNU General Public License for more details.
 
-;;; Commentary:
+;;; Commentary: ===========================================================
 ;;
 ;; This file provides routines for getting the `thing' at the location of
 ;; point, whatever that `thing' happens to be.  The `thing' is defined by
 ;;     (thing-at-point 'line)
 ;;     (thing-at-point 'page)
 
-;;; Code:
+;;; Code: =================================================================
 
 (provide 'thingatpt)
 
-;;=== Version =============================================================
-
-(defconst thing@pt-version (substring "$Revision: 1.1 $" 11 -2)
-  "The revision number of thing@pt (as string).  The complete RCS id is:
-
-  $Id: thingatpt.el,v 1.1 1993/11/08 14:27:42 rms Exp rms $")
-
 ;;=== Basic movement ======================================================
 
 ;;;###autoload