10sr před 6 roky
rodič
revize
a5307bfd12
Podepsáno: 10sr ID GPG klíče: 7BEC428194130EB2
1 změnil soubory, kde provedl 6 přidání a 6 odebrání
  1. +6
    -6
      emacs.el

+ 6
- 6
emacs.el Zobrazit soubor

@@ -1834,12 +1834,12 @@ This mode is a simplified version of `adoc-mode'."

(defun recently-truncate (list len)
"Truncate LIST to LEN."
(when (> (length list)
len)
(setq list
(cl-subseq list
0
len))))
(if (> (length list)
len)
(cl-subseq list
0
len)
list))

(defun recently-find-file-hook ()
"Add current file."


Načítá se…
Zrušit
Uložit