diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-02-02 23:19:42 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-02-02 23:19:42 +0000 |
commit | d8d5b1f3fce48657464a0cbfe72f5520dc657cf6 (patch) | |
tree | cdbe5e551c542f631ecf9db033d4e784917a8efc /lisp/thingatpt.el | |
parent | 135fa9bd58e48310e1ef73933aa78b9da07aab3a (diff) | |
download | emacs-d8d5b1f3fce48657464a0cbfe72f5520dc657cf6.tar.gz |
(thing@pt-version): Removed variable.
Diffstat (limited to 'lisp/thingatpt.el')
-rw-r--r-- | lisp/thingatpt.el | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/lisp/thingatpt.el b/lisp/thingatpt.el index 3f18716ef31..74dc6de5efc 100644 --- a/lisp/thingatpt.el +++ b/lisp/thingatpt.el @@ -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 @@ -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 |