summaryrefslogtreecommitdiff
path: root/lisp/help-fns.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2007-10-15 09:31:47 +0000
committerJuanma Barranquero <lekktu@gmail.com>2007-10-15 09:31:47 +0000
commit9e06e67ebaa33ca028f7a2ddf157c2aeacad7d94 (patch)
tree3218b7643aa131d22169f02fc197ad46cf7308de /lisp/help-fns.el
parent1fb8d0f169042e99389f490097710365451024f6 (diff)
downloademacs-9e06e67ebaa33ca028f7a2ddf157c2aeacad7d94.tar.gz
Require advice when compiling.
Diffstat (limited to 'lisp/help-fns.el')
-rw-r--r--lisp/help-fns.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/help-fns.el b/lisp/help-fns.el
index bf8d5f9a209..8a3a3903b3a 100644
--- a/lisp/help-fns.el
+++ b/lisp/help-fns.el
@@ -34,6 +34,7 @@
;;; Code:
(require 'help-mode)
+(eval-when-compile (require 'advice))
;; Functions
@@ -239,7 +240,7 @@ face (according to `face-differs-from-default-p')."
".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