* lisp/hippie-exp.el (hippie-expand-try-functions-list): Re-autoload it.
Fixes: debbugs:12982
This commit is contained in:
parent
2147c6ab51
commit
502071919d
2 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue