瀏覽代碼

fix bug

pull/1/head
10sr 12 年之前
父節點
當前提交
b7e3d7c421
共有 1 個檔案被更改,包括 2 行新增3 行删除
  1. +2
    -3
      emacs.el

+ 2
- 3
emacs.el 查看文件

@@ -332,7 +332,7 @@
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; file handling

(setq revert-without-query ".+")
(setq revert-without-query '(".+"))

;; カーソルの場所を保存する
(when (require 'saveplace nil t)
@@ -1244,8 +1244,7 @@ otherwise, use `pack-default-extension' for pack."
(goto-line (- (line-number-at-pos (point-max))
1))
(dired-move-to-filename))
(my-dired-previous-line (- arg
1))
(my-dired-previous-line (- arg 1))
))

(defun my-dired-next-line (arg)


Loading…
取消
儲存