Skip to content

Commit

Permalink
Remove superfluous 'require
Browse files Browse the repository at this point in the history
  • Loading branch information
purcell committed Jul 13, 2011
1 parent a45aee8 commit 54f7efc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions auto-complete.el
Expand Up @@ -1782,8 +1782,6 @@ completion menu. This workaround stops that annoying behavior."
(princ " is ")
(cond
((fboundp symbol)
;; import help-xref-following
(require 'help-mode)
(describe-function-1 symbol)
(buffer-string))
((boundp symbol)
Expand Down

0 comments on commit 54f7efc

Please sign in to comment.