소스 검색

fix bug

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

+ 1
- 1
emacs.el 파일 보기

@@ -1805,7 +1805,7 @@ not happen.")
"Register timer so that the buffer will be saved automatically each time
when emacs is idle for SECS. When SECS is nil, stop the timer and disable
auto-saving."
(if sec
(if secs
(progn (when autosave-buffer
(cancel-timer autosave-buffer)
(setq autosave-buffer nil))


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