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 /lisp/hippie-exp.el | |
parent | 2147c6ab51ac1778f33c7431570a7c6d97ab74ae (diff) | |
download | emacs-502071919d6b29e90123ec4adc73f26b31bc1b14.tar.gz |
* lisp/hippie-exp.el (hippie-expand-try-functions-list): Re-autoload it.
Fixes: debbugs:12982
Diffstat (limited to 'lisp/hippie-exp.el')
-rw-r--r-- | lisp/hippie-exp.el | 2 |
1 files changed, 2 insertions, 0 deletions
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 |