]> code.delx.au - gnu-emacs/blobdiff - lisp/thingatpt.el
(calendar-basic-setup): Set day to 1 in
[gnu-emacs] / lisp / thingatpt.el
index 4dd568629134caaab93f5efa4e83015e21e75d84..27fecacdd364707e99244abbd846dfab683d7676 100644 (file)
@@ -1,7 +1,7 @@
 ;;; thingatpt.el --- get the `thing' at point
 
-;; Copyright (C) 1991,92,93,94,95,96,97,1998,2000
-;;  Free Software Foundation, Inc.
+;; Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2000
+;;   2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
 
 ;; Author: Mike Williams <mikew@gopher.dosli.govt.nz>
 ;; Maintainer: FSF
@@ -413,4 +413,5 @@ Signal an error if the entire string was not used."
 ;;;###autoload
 (defun list-at-point ()   (form-at-point 'list 'listp))
 
+;;; arch-tag: bb65a163-dae2-4055-aedc-fe11f497f698
 ;;; thingatpt.el ends here