Mercurial > emacs
changeset 85312:f6d8977668c9
Require advice when compiling.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Mon, 15 Oct 2007 09:31:47 +0000 |
parents | 591c29778a30 |
children | 626bd5eec5fb |
files | lisp/help-fns.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/help-fns.el Mon Oct 15 02:07:53 2007 +0000 +++ b/lisp/help-fns.el Mon Oct 15 09:31:47 2007 +0000 @@ -34,6 +34,7 @@ ;;; Code: (require 'help-mode) +(eval-when-compile (require 'advice)) ;; Functions @@ -239,7 +240,7 @@ ".elc")) load-path)) (str (if (and elc-file (file-readable-p elc-file)) - (with-temp-buffer + (with-temp-buffer (insert-file-contents-literally elc-file nil 0 256) (buffer-string)))) (src-file (and str