diff --git a/emacs.el b/emacs.el index 78b4b16..e9b82f0 100644 --- a/emacs.el +++ b/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))))