Browse Source

emacs.el: Change default value of echo-file-head

pull/1/head
10sr 9 years ago
parent
commit
df70e00daa
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      emacs.el

+ 1
- 1
emacs.el View File

@@ -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 ()


Loading…
Cancel
Save