diff options
| author | Paul Eggert | 2011-09-06 09:34:41 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-09-06 09:34:41 -0700 |
| commit | e39b275c8c4abe1e293d4336bb1cb13ad95e5491 (patch) | |
| tree | 22da66c2fe8e7b447e8872b481701bcb4b3e2a3a /etc | |
| parent | 1c262cae409ec55a234c89b3b74a13a77c7f595a (diff) | |
| parent | b2db44d9c6b6895222e9de5ab58b3897fdb3c889 (diff) | |
| download | emacs-e39b275c8c4abe1e293d4336bb1cb13ad95e5491.tar.gz emacs-e39b275c8c4abe1e293d4336bb1cb13ad95e5491.zip | |
Merge from trunk.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/ChangeLog | 5 | ||||
| -rw-r--r-- | etc/grep.txt | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 24c0fd54422..0749862f676 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2011-09-05 Juri Linkov <juri@jurta.org> | ||
| 2 | |||
| 3 | * grep.txt: Add `eval' to the Local Variables section that | ||
| 4 | emulates `grep-filter'. | ||
| 5 | |||
| 1 | 2011-08-30 Paul Eggert <eggert@cs.ucla.edu> | 6 | 2011-08-30 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 7 | ||
| 3 | * MACHINES: Remove obsolete info and update a bit (Bug#9404). | 8 | * MACHINES: Remove obsolete info and update a bit (Bug#9404). |
diff --git a/etc/grep.txt b/etc/grep.txt index 9a3159f6b08..01ffa9f3ef8 100644 --- a/etc/grep.txt +++ b/etc/grep.txt | |||
| @@ -103,5 +103,6 @@ COPYING PERMISSIONS: | |||
| 103 | 103 | ||
| 104 | 104 | ||
| 105 | ;;; Local Variables: | 105 | ;;; Local Variables: |
| 106 | ;;; eval: (let ((inhibit-read-only t) (compilation-filter-start (point-min))) (save-excursion (goto-char (point-max)) (grep-filter) (set-buffer-modified-p nil))) | ||
| 106 | ;;; buffer-read-only: t | 107 | ;;; buffer-read-only: t |
| 107 | ;;; End: | 108 | ;;; End: |