diff options
| -rw-r--r-- | lisp/ChangeLog | 3 | ||||
| -rw-r--r-- | lisp/dired.el | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 60639bcffb2..d27f6b3c2be 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org> | 1 | 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 2 | 2 | ||
| 3 | * dired.el (dired-insert-set-properties): Make the doc string | ||
| 4 | reflect what it does now (bug#5325). | ||
| 5 | |||
| 3 | * simple.el (blink-matching-open): Say that we were unable to find | 6 | * simple.el (blink-matching-open): Say that we were unable to find |
| 4 | the match within the limit, if we're limited (bug#5122). | 7 | the match within the limit, if we're limited (bug#5122). |
| 5 | 8 | ||
diff --git a/lisp/dired.el b/lisp/dired.el index 62420348d0f..96709ffecd8 100644 --- a/lisp/dired.el +++ b/lisp/dired.el | |||
| @@ -1175,7 +1175,7 @@ If HDR is non-nil, insert a header line with the directory name." | |||
| 1175 | (insert " wildcard " (file-name-nondirectory dir) "\n"))))) | 1175 | (insert " wildcard " (file-name-nondirectory dir) "\n"))))) |
| 1176 | 1176 | ||
| 1177 | (defun dired-insert-set-properties (beg end) | 1177 | (defun dired-insert-set-properties (beg end) |
| 1178 | "Make the file names highlight when the mouse is on them." | 1178 | "Add various text properties to the lines in the region." |
| 1179 | (save-excursion | 1179 | (save-excursion |
| 1180 | (goto-char beg) | 1180 | (goto-char beg) |
| 1181 | (while (< (point) end) | 1181 | (while (< (point) end) |