浏览代码

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

pull/1/head
10sr 9 年前
父节点
当前提交
df70e00daa
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      emacs.el

+ 1
- 1
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 ()


正在加载...
取消
保存