diff options
| -rw-r--r-- | lisp/locate.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/locate.el b/lisp/locate.el index 6d5967a5750..12eb08a0326 100644 --- a/lisp/locate.el +++ b/lisp/locate.el | |||
| @@ -240,6 +240,7 @@ With prefix arg, prompt for the locate command to run." | |||
| 240 | (switch-to-buffer-other-window locate-buffer-name)) | 240 | (switch-to-buffer-other-window locate-buffer-name)) |
| 241 | 241 | ||
| 242 | (run-hooks 'dired-mode-hook) | 242 | (run-hooks 'dired-mode-hook) |
| 243 | (dired-next-line 2) ;move to first matching file. | ||
| 243 | (run-hooks 'locate-post-command-hook) | 244 | (run-hooks 'locate-post-command-hook) |
| 244 | ) | 245 | ) |
| 245 | ) | 246 | ) |