Skip to content

Commit

Permalink
Help-mode error "help-setup-xref: Symbol's value as variable is void:…
Browse files Browse the repository at this point in the history
… help-xref-following"
  • Loading branch information
dgutov authored and Tomohiro Matsuyama committed Jan 11, 2011
1 parent dafaf69 commit 75482c7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions auto-complete.el
Original file line number Diff line number Diff line change
Expand Up @@ -1765,6 +1765,8 @@ This workaround avoid flyspell processes when auto completion is being started."
(princ " is ")
(cond
((fboundp symbol)
;; import help-xref-following
(require 'help-mode)
(let ((help-xref-following t))
(describe-function-1 symbol))
(buffer-string))
Expand Down
1 change: 1 addition & 0 deletions doc/changes.ja.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ v1.4の変更点 {#Changes_v1.4}

* 頻度計算で稀に起こるエラー
* 辞書のキャッシュ戦略の改善
* help-modeがおかしくなる問題を修正 ("help-setup-xref: Symbol's value as variable is void: help-xref-following")

v1.3.1の変更点 {#Changes_v1.3.1}
------------
Expand Down
1 change: 1 addition & 0 deletions doc/changes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ v1.4 Changes {#Changes_v1.4}

* Rare completion frequency computation error
* Improve dictionary caching sterategy
* Fixed help-mode error ("help-setup-xref: Symbol's value as variable is void: help-xref-following")

v1.3.1 Changes {#Changes_v1.3.1}
------------
Expand Down

0 comments on commit 75482c7

Please sign in to comment.