瀏覽代碼

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))


Loading…
取消
儲存