Bu web sitesi JavaScript ile daha iyi çalışır.
Ana Sayfa
Keşfet
Yardım
Giriş Yap
10sr
/
dotfiles-mirror
şunun yansıması
https://github.com/10sr/dotfiles.git
İzle
1
Yıldızla
0
Çatalla
0
Kod
Konular
0
Sürümler
0
Wiki
Aktivite
Kaynağa Gözat
Refactor
master
10sr
6 yıl önce
ebeveyn
1375c58675
işleme
48bcce6f89
İmzalayan:
10sr
GPG Anahtar Kimliği:
7BEC428194130EB2
1 değiştirilmiş dosya
ile
3 ekleme
ve
3 silme
Görünümü Böl
Diff Seçenekleri
İstatistikleri Göster
Yama Dosyasını İndir
Diff Dosyasını İndir
+3
-3
emacs.el
+ 3
- 3
emacs.el
Dosyayı Görüntüle
@@ -2035,14 +2035,14 @@ Return that buffer."
collect e))
(l (cons path
l))
(l (recently-truncate l
recently-max)))
(l (recently-
-
truncate l
recently-max)))
(unless (equal recently-list
l)
(setq recently-list l)
(recently-write)))))
(defun recently-truncate (list len)
(defun recently-
-
truncate (list len)
"Truncate LIST to LEN."
(if (> (length list)
len)
Yaz
Önizleme
Yükleniyor…
İptal
Kaydet