소스 검색

fix for emacs23

pull/1/head
10sr 10 년 전
부모
커밋
ddaa7eaa58
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. +6
    -0
      emacs.el

+ 6
- 0
emacs.el 파일 보기

@@ -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


불러오는 중...
취소
저장