diff --git a/emacs.el b/emacs.el index 7a96669..7e3319e 100644 --- a/emacs.el +++ b/emacs.el @@ -1699,7 +1699,7 @@ found, otherwise returns nil." (point-min) (progn (goto-line (if arg (prefix-numeric-value arg) - 10)) + 7)) (point-at-eol))))))) (defun my-dired-diff ()