This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
10sr
/
dotfiles-mirror
огледало од
https://github.com/10sr/dotfiles.git
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Издања
0
Вики
Activity
Преглед изворни кода
fix bug
system info duplicate like "[usr@host] [user@host]" when completing-read is adviced
pull/1/head
10sr
пре 11 година
родитељ
5a2a544350
комит
592c03caa7
1 измењених фајлова
са
4 додато
и
4 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-4
emacs.el
+ 4
- 4
emacs.el
Прегледај датотеку
@@ -2083,7 +2083,7 @@ this is test, does not rename files"
(concat my-system-info
(ad-get-arg 0))))
(defadvice completing-read (before info-in-prompt activate)
(ad-set-arg 0
(concat my-system-info
(ad-get-arg 0))))
;;
(defadvice completing-read (before info-in-prompt activate)
;;
(ad-set-arg 0
;;
(concat my-system-info
;;
(ad-get-arg 0))))
Write
Preview
Loading…
Откажи
Сачувај