Procházet zdrojové kódy

fix for emacs23

pull/1/head
10sr před 10 roky
rodič
revize
ddaa7eaa58
1 změnil soubory, kde provedl 6 přidání a 0 odebrání
  1. +6
    -0
      emacs.el

+ 6
- 0
emacs.el Zobrazit soubor

@@ -2097,6 +2097,12 @@ this is test, does not rename files"
(concat my-system-info
(ad-get-arg 0))))

(when (< emacs-major-version 24)
(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


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