ソースを参照

Add falesafe to recently-write

master
10sr 6年前
コミット
b88d99a3ad
署名者: 10sr GPGキーID: 7BEC428194130EB2
1個のファイルの変更2行の追加0行の削除
  1. +2
    -0
      emacs.el

+ 2
- 0
emacs.el ファイルの表示

@@ -1871,6 +1871,8 @@ This mode is a simplified version of `adoc-mode'."

(defun recently-write ()
"Write to file."
;; Failsafe to avoid purging all existing entries
(assert recently-list)
(with-temp-buffer
(prin1 recently-list
(current-buffer))


読み込み中…
キャンセル
保存