diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-11-23 20:12:25 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-11-23 20:12:25 +0000 |
commit | 11d7c12ab09e46afce97b325f3448589de4db412 (patch) | |
tree | 22f1baa6bd6c2122c8261eb2d534d06e5887394d /lisp/thingatpt.el | |
parent | 0d193639a8d13d7b317035608a36d68a92444d9c (diff) | |
download | emacs-11d7c12ab09e46afce97b325f3448589de4db412.tar.gz |
Comment change.
Diffstat (limited to 'lisp/thingatpt.el')
-rw-r--r-- | lisp/thingatpt.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/thingatpt.el b/lisp/thingatpt.el index fe62b736566..3f18716ef31 100644 --- a/lisp/thingatpt.el +++ b/lisp/thingatpt.el @@ -3,9 +3,9 @@ ;; Copyright (C) 1991,1992,1993 Free Software Foundation, Inc. ;; Author: Mike Williams <mikew@gopher.dosli.govt.nz> -;; Keywords: extensions +;; Keywords: extensions, matching, mouse ;; Created: Thu Mar 28 13:48:23 1991 -;; Version: $Revision: 1.16 $ +;; Version: $Revision: 1.1 $ ;; This file is part of GNU Emacs. @@ -50,10 +50,10 @@ ;;=== Version ============================================================= -(defconst thing@pt-version (substring "$Revision: 1.16 $" 11 -2) +(defconst thing@pt-version (substring "$Revision: 1.1 $" 11 -2) "The revision number of thing@pt (as string). The complete RCS id is: - $Id: thing@pt.el,v 1.16 1993/09/30 23:54:56 mike Exp $") + $Id: thingatpt.el,v 1.1 1993/11/08 14:27:42 rms Exp rms $") ;;=== Basic movement ====================================================== |