]> code.delx.au - gnu-emacs/blobdiff - etc/grep.txt
Merge from emacs-24; up to 2012-12-03T21:07:47Z!eggert@cs.ucla.edu
[gnu-emacs] / etc / grep.txt
index 9a3159f6b08daaa4883d162514104b7cba0df6ca..e9fea92e304e4aaf2c7df5dfff63998f42dcfa5e 100644 (file)
@@ -84,7 +84,7 @@ grep -nH -e "xyzxyz" ../info/*
 
 \f
 
-Copyright (C) 2005-2011  Free Software Foundation, Inc.
+Copyright (C) 2005-2012  Free Software Foundation, Inc.
 
 COPYING PERMISSIONS:
 
@@ -103,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: