Merge from emacs-24; up to 2012-05-02T07:12:52Z!rgm@gnu.org.
[bpt/emacs.git] / etc / grep.txt
index 4b71d4e..e9fea92 100644 (file)
@@ -84,8 +84,7 @@ grep -nH -e "xyzxyz" ../info/*
 
 \f
 
-Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
-Free Software Foundation, Inc.
+Copyright (C) 2005-2012  Free Software Foundation, Inc.
 
 COPYING PERMISSIONS:
 
@@ -104,5 +103,6 @@ COPYING PERMISSIONS:
 
 
 ;;; 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: