mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-28 19:42:02 +00:00
* lisp/hippie-exp.el (hippie-expand-try-functions-list): Re-autoload it.
Fixes: debbugs:12982
This commit is contained in:
parent
2147c6ab51
commit
502071919d
@ -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…
Reference in New Issue
Block a user