diff options
author | Glenn Morris <rgm@gnu.org> | 2012-11-25 17:41:00 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-11-25 17:41:00 -0800 |
commit | 502071919d6b29e90123ec4adc73f26b31bc1b14 (patch) | |
tree | 5fb7ba9ce3cdfcabc1852145a9d32b5253694105 | |
parent | 2147c6ab51ac1778f33c7431570a7c6d97ab74ae (diff) | |
download | emacs-502071919d6b29e90123ec4adc73f26b31bc1b14.tar.gz |
* lisp/hippie-exp.el (hippie-expand-try-functions-list): Re-autoload it.
Fixes: debbugs:12982
-rw-r--r-- | lisp/ChangeLog | 5 | ||||
-rw-r--r-- | lisp/hippie-exp.el | 2 |
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 @@ +2012-11-26 Glenn Morris <rgm@gnu.org> + + * hippie-exp.el (hippie-expand-try-functions-list): + Re-autoload it. (Bug#12982) + 2012-11-25 Eli Zaretskii <eliz@gnu.org> * 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 |