* obsolete/sym-comp.el: No need to load hipper-exp when compiling.
(he-search-string, he-tried-table, he-expand-list)
(he-init-string, he-string-member, he-substitute-string)
(he-reset-string): Declare.
2013-05-24 Glenn Morris <rgm@gnu.org>
+ * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
+ (he-search-string, he-tried-table, he-expand-list)
+ (he-init-string, he-string-member, he-substitute-string)
+ (he-reset-string): Declare.
+
* obsolete/options.el (list-options): Use custom-variable-p,
rather than obsolete alias.
(completion-in-region (- (point) (length pattern)) (point)
completions predicate)))
\f
-(eval-when-compile (require 'hippie-exp))
+(defvar he-search-string)
+(defvar he-tried-table)
+(defvar he-expand-list)
+(declare-function he-init-string "hippie-exp" (beg end))
+(declare-function he-string-member "hippie-exp" (str lst &optional trans-case))
+(declare-function he-substitute-string "hippie-exp" (str &optional trans-case))
+(declare-function he-reset-string "hippie-exp" ())
;;;###autoload
(defun symbol-completion-try-complete (old)