Fix: help-xref-following error

This commit is contained in:
PHO / phonohawk 2010-10-14 04:38:44 +00:00 committed by Thomas Klausner
parent 004b35957f
commit 761905a6c0
2 changed files with 16 additions and 1 deletions

View file

@ -1,5 +1,6 @@
$NetBSD: distinfo,v 1.1.1.1 2010/10/01 06:12:03 phonohawk Exp $
$NetBSD: distinfo,v 1.2 2010/10/14 04:38:44 phonohawk Exp $
SHA1 (auto-complete-1.3.tar.bz2) = b8ff9e83ad87391bb971b21a749370c198f0c546
RMD160 (auto-complete-1.3.tar.bz2) = 015a3c08f35dc9b6ce79b453ebc9704a346d92fa
Size (auto-complete-1.3.tar.bz2) = 138002 bytes
SHA1 (patch-require-help-mode) = 5eb2eb0ef43cec9714f9abeba690f688ed2e8dec

View file

@ -0,0 +1,14 @@
$NetBSD: patch-require-help-mode,v 1.1 2010/10/14 04:38:44 phonohawk Exp $
--- auto-complete.el.orig 2010-10-14 03:56:17.000000000 +0000
+++ auto-complete.el
@@ -48,6 +48,9 @@
(require 'popup)
+;; Ensure help-xref-following is defvar'ed.
+(require 'help-mode)
+
;;;; Global stuff
(defun ac-error (&optional var)