# HG changeset patch # User Richard M. Stallman # Date 760231182 0 # Node ID 59280129eaacde6f73576e142fac1e3194e4f265 # Parent e1153522d5f11f37f1b5d2cbee23686cdf9ee305 (thing@pt-version): Removed variable. diff -r e1153522d5f1 -r 59280129eaac lisp/thingatpt.el --- a/lisp/thingatpt.el Wed Feb 02 23:19:11 1994 +0000 +++ b/lisp/thingatpt.el Wed Feb 02 23:19:42 1994 +0000 @@ -5,7 +5,6 @@ ;; Author: Mike Williams ;; 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 @@ -44,17 +43,10 @@ ;; (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