]> code.delx.au - gnu-emacs/blobdiff - etc/grep.txt
* net/tramp-sh.el (tramp-sh-handle-set-file-times): Set $UTC only
[gnu-emacs] / etc / grep.txt
index 9a3159f6b08daaa4883d162514104b7cba0df6ca..70f250101ffce1d148755e04546ada6ac2cb34a6 100644 (file)
@@ -84,7 +84,7 @@ grep -nH -e "xyzxyz" ../info/*
 
 \f
 
-Copyright (C) 2005-201 Free Software Foundation, Inc.
+Copyright (C) 2005-2013 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: