]> code.delx.au - gnu-emacs/blobdiff - lisp/emacs-lisp/regi.el
Update copyright year to 2016
[gnu-emacs] / lisp / emacs-lisp / regi.el
index 53cf21b2f9960bbe061d62e09046a2a5fc70133d..bbcf501d1e99ae0a2cea69d959e6c2831d288e01 100644 (file)
@@ -1,7 +1,6 @@
 ;;; regi.el --- REGular expression Interpreting engine
 
-;; Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005,
-;;   2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1993, 2001-2016 Free Software Foundation, Inc.
 
 ;; Author: 1993 Barry A. Warsaw, Century Computing, Inc. <bwarsaw@cen.com>
 ;; Maintainer:    bwarsaw@cen.com
@@ -162,7 +161,7 @@ useful information:
                (progn (goto-char end) (regi-pos 'bonl))
                (progn (goto-char start) (regi-pos 'bol)))))
 
-       ;; lets find the special tags and remove them from the working
+       ;; let's find the special tags and remove them from the working
        ;; frame. note that only the last special tag is used.
        (mapc
         (function
@@ -254,5 +253,4 @@ useful information:
 \f
 (provide 'regi)
 
-;; arch-tag: 804b4e45-4109-4f76-9a88-21887b881747
 ;;; regi.el ends here