瀏覽代碼

add advice to competing-read

pull/1/head
10sr 10 年之前
父節點
當前提交
5a2a544350
共有 1 個檔案被更改,包括 5 行新增0 行删除
  1. +5
    -0
      emacs.el

+ 5
- 0
emacs.el 查看文件

@@ -2082,3 +2082,8 @@ this is test, does not rename files"
(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))))

Loading…
取消
儲存