Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
10sr
/
dotfiles-mirror
réplica de
https://github.com/10sr/dotfiles.git
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
fix bug
system info duplicate like "[usr@host] [user@host]" when completing-read is adviced
pull/1/head
10sr
hace 11 años
padre
5a2a544350
commit
592c03caa7
Se han
modificado 1 ficheros
con
4 adiciones
y
4 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+4
-4
emacs.el
+ 4
- 4
emacs.el
Ver fichero
@@ -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))))
Escribir
Vista previa
Cargando…
Cancelar
Guardar