Browse Source

remove comments

pull/1/head
10sr 11 years ago
parent
commit
a0c422272f
1 changed files with 0 additions and 7 deletions
  1. +0
    -7
      emacs.el

+ 0
- 7
emacs.el View File

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


;; (subrp (symbol-function 'read-from-minibuffer))

;; (defadvice completing-read (before info-in-prompt activate)
;; (ad-set-arg 0
;; (concat my-system-info
;; (ad-get-arg 0))))

(defun my-real-function-subr-p (function) (defun my-real-function-subr-p (function)
"Return t if function is a built-in function even if it is advised." "Return t if function is a built-in function even if it is advised."
(let* ((advised (and (symbolp function) (let* ((advised (and (symbolp function)


Loading…
Cancel
Save