]> code.delx.au - gnu-emacs/blobdiff - lisp/progmodes/which-func.el
Convert consecutive FSF copyright years to ranges.
[gnu-emacs] / lisp / progmodes / which-func.el
index e06dbf46a9a4a698933d812136305d3d3441b8b7..ae18486c43bcb46762fd54bbe0a30060b21e4552 100644 (file)
@@ -1,7 +1,6 @@
 ;;; which-func.el --- print current function in mode line
 
-;; Copyright (C) 1994, 1997, 1998, 2001, 2002, 2003, 2004, 2005, 2006
-;;   2007, 2008, 2009, 2010  Free Software Foundation, Inc.
+;; Copyright (C) 1994, 1997-1998, 2001-2011  Free Software Foundation, Inc.
 
 ;; Author:   Alex Rezinsky <alexr@msil.sps.mot.com>
 ;;           (doesn't seem to be responsive any more)
@@ -332,5 +331,4 @@ If no function name is found, return nil."
 
 (provide 'which-func)
 
-;; arch-tag: fa8a55c7-bfe3-4ffc-95ab-01bf21796827
 ;;; which-func.el ends here