]> code.delx.au - gnu-emacs/blobdiff - etc/grep.txt
* NEWS: Add paragraphs for CEDET and EIEIO.
[gnu-emacs] / etc / grep.txt
index ed28c7739042324e5ad37de33ec4b8ef72230188..70f250101ffce1d148755e04546ada6ac2cb34a6 100644 (file)
@@ -84,14 +84,13 @@ grep -nH -e "xyzxyz" ../info/*
 
 \f
 
-Copyright (C) 2005, 2006, 2007
-Free Software Foundation, Inc.
+Copyright (C) 2005-2013 Free Software Foundation, Inc.
 
 COPYING PERMISSIONS:
 
-    This document is free software; you can redistribute it and/or modify
+    This document is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
-    the Free Software Foundation; either version 2 of the License, or
+    the Free Software Foundation, either version 3 of the License, or
     (at your option) any later version.
 
     This program is distributed in the hope that it will be useful,
@@ -100,10 +99,10 @@ COPYING PERMISSIONS:
     GNU General Public License for more details.
 
     You should have received a copy of the GNU General Public License
-    along with this program; if not, write to the Free Software
-    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 
 ;;; Local Variables:
+;;; eval: (let ((inhibit-read-only t) (compilation-filter-start (point-min))) (save-excursion (goto-char (point-max)) (grep-filter) (set-buffer-modified-p nil)))
 ;;; buffer-read-only: t
 ;;; End: