소스 검색

remove comment

pull/1/head
10sr 11 년 전
부모
커밋
40bc04e2b5
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. +0
    -2
      emacs.el

+ 0
- 2
emacs.el 파일 보기

@@ -1289,7 +1289,6 @@ delete; o: select other; j, l: enlarge; h, k: shrink; q: quit."
(interactive "p")
(if (> arg 0)
(progn
;; (ignore 'my-dired-print-current-dir-and-file)
(if (eq (line-number-at-pos)
1)
(goto-char (point-max))
@@ -1305,7 +1304,6 @@ delete; o: select other; j, l: enlarge; h, k: shrink; q: quit."
(interactive "p")
(if (> arg 0)
(progn
;; (ignore 'my-dired-print-current-dir-and-file)
(if (eq (point)
(point-max))
(goto-char (point-min))


불러오는 중...
취소
저장