X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/2db38a6f98c2abb42b746064ce97417cccc27e68..acbfe54c07f24929f584ba9e29baf4401ee4bfd9:/lisp/thingatpt.el diff --git a/lisp/thingatpt.el b/lisp/thingatpt.el index 62686e2218..020faa197c 100644 --- a/lisp/thingatpt.el +++ b/lisp/thingatpt.el @@ -1,8 +1,6 @@ ;;; thingatpt.el --- get the `thing' at point -;; Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2000, -;; 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 -;; Free Software Foundation, Inc. +;; Copyright (C) 1991-1998, 2000-2011 Free Software Foundation, Inc. ;; Author: Mike Williams ;; Maintainer: FSF @@ -472,5 +470,4 @@ Signal an error if the entire string was not used." "Return the Lisp list at point, or nil if none is found." (form-at-point 'list 'listp)) -;; arch-tag: bb65a163-dae2-4055-aedc-fe11f497f698 ;;; thingatpt.el ends here