# HG changeset patch # User Juanma Barranquero # Date 1192440707 0 # Node ID f6d8977668c9a6905a36572f21152bd69a1fc1b3 # Parent 591c29778a302f3d7e233bebccec6afd15954405 Require advice when compiling. diff -r 591c29778a30 -r f6d8977668c9 lisp/help-fns.el --- 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