From 502071919d6b29e90123ec4adc73f26b31bc1b14 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sun, 25 Nov 2012 17:41:00 -0800 Subject: [PATCH] * lisp/hippie-exp.el (hippie-expand-try-functions-list): Re-autoload it. Fixes: debbugs:12982 --- lisp/ChangeLog | 5 +++++ lisp/hippie-exp.el | 2 ++ 2 files changed, 7 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e92b8dd43df..54997776eff 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2012-11-26 Glenn Morris + + * hippie-exp.el (hippie-expand-try-functions-list): + Re-autoload it. (Bug#12982) + 2012-11-25 Eli Zaretskii * descr-text.el (describe-char-padded-string): Call diff --git a/lisp/hippie-exp.el b/lisp/hippie-exp.el index 2f0a6e3af59..d2c69c70b75 100644 --- a/lisp/hippie-exp.el +++ b/lisp/hippie-exp.el @@ -199,6 +199,8 @@ (defvar he-search-window ()) +;;; Autoloaded for historical reasons (bug#12982) +;;;###autoload (defcustom hippie-expand-try-functions-list '(try-complete-file-name-partially try-complete-file-name -- 2.11.4.GIT