From df70e00daa3e0f5bf2d0aae448a76c2fb3525318 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Sun, 4 Jan 2015 03:51:40 +0900 Subject: [PATCH] emacs.el: Change default value of echo-file-head --- emacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ()