diff options
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/dired-x.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fafb931b3c7..c626dcd4b9e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2011-02-17 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * dired-x.el (dired-filename-at-point): Fix 8-year old typo. | ||
| 4 | |||
| 1 | 2011-02-16 Ken Manheimer <ken.manheimer@gmail.com> | 5 | 2011-02-16 Ken Manheimer <ken.manheimer@gmail.com> |
| 2 | 6 | ||
| 3 | * allout-widgets.el: New allout extension that shows allout | 7 | * allout-widgets.el: New allout extension that shows allout |
diff --git a/lisp/dired-x.el b/lisp/dired-x.el index 0d16eef1c28..56b3c7b2888 100644 --- a/lisp/dired-x.el +++ b/lisp/dired-x.el | |||
| @@ -1678,7 +1678,7 @@ Not perfect - point must be in middle of or end of filename." | |||
| 1678 | (setq prefix | 1678 | (setq prefix |
| 1679 | (and (string-match | 1679 | (and (string-match |
| 1680 | "^\\w+@" | 1680 | "^\\w+@" |
| 1681 | (buffer-substring start (line-beginning-position))) | 1681 | (buffer-substring start (line-end-position))) |
| 1682 | "/")) | 1682 | "/")) |
| 1683 | (goto-char start) | 1683 | (goto-char start) |
| 1684 | (if (string-match "[/~]" (char-to-string (preceding-char))) | 1684 | (if (string-match "[/~]" (char-to-string (preceding-char))) |