Selaa lähdekoodia

Add falesafe to recently-write

master
10sr 6 vuotta sitten
vanhempi
commit
b88d99a3ad
Allekirjoittanut: 10sr GPG Key ID: 7BEC428194130EB2
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. +2
    -0
      emacs.el

+ 2
- 0
emacs.el Näytä tiedosto

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


Ladataan…
Peruuta
Tallenna