Browse Source

fix bug

pull/1/head
10sr 12 years ago
parent
commit
b7e3d7c421
1 changed files with 2 additions and 3 deletions
  1. +2
    -3
      emacs.el

+ 2
- 3
emacs.el View File

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


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


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


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


Loading…
Cancel
Save