aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-11-25 17:41:00 -0800
committerGlenn Morris2012-11-25 17:41:00 -0800
commit502071919d6b29e90123ec4adc73f26b31bc1b14 (patch)
tree5fb7ba9ce3cdfcabc1852145a9d32b5253694105
parent2147c6ab51ac1778f33c7431570a7c6d97ab74ae (diff)
downloademacs-502071919d6b29e90123ec4adc73f26b31bc1b14.tar.gz
emacs-502071919d6b29e90123ec4adc73f26b31bc1b14.zip
* lisp/hippie-exp.el (hippie-expand-try-functions-list): Re-autoload it.
Fixes: debbugs:12982
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/hippie-exp.el2
2 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e92b8dd43df..54997776eff 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12012-11-26 Glenn Morris <rgm@gnu.org>
2
3 * hippie-exp.el (hippie-expand-try-functions-list):
4 Re-autoload it. (Bug#12982)
5
12012-11-25 Eli Zaretskii <eliz@gnu.org> 62012-11-25 Eli Zaretskii <eliz@gnu.org>
2 7
3 * descr-text.el (describe-char-padded-string): Call 8 * 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 @@
199 199
200(defvar he-search-window ()) 200(defvar he-search-window ())
201 201
202;;; Autoloaded for historical reasons (bug#12982)
203;;;###autoload
202(defcustom hippie-expand-try-functions-list 204(defcustom hippie-expand-try-functions-list
203 '(try-complete-file-name-partially 205 '(try-complete-file-name-partially
204 try-complete-file-name 206 try-complete-file-name