Do not autoload defcustoms in hippie-exp.el
authorGlenn Morris <rgm@gnu.org>
Sat, 29 Sep 2012 18:15:57 +0000 (11:15 -0700)
committerGlenn Morris <rgm@gnu.org>
Sat, 29 Sep 2012 18:15:57 +0000 (11:15 -0700)
commitde82e29b3fe963e92ed7f60bc52009e3ef923a29
treebbf4b6e843173c3f15a553f4ca0adc6b67acacbb
parent8e5691a0ecd85ea07c423835085ecfffc0013736
Do not autoload defcustoms in hippie-exp.el

* lisp/hippie-exp.el (hippie-expand-try-functions-list)
(hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
(hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
(hippie-expand-max-buffers, hippie-expand-ignore-buffers)
(hippie-expand-only-buffers): Do not autoload defcustoms.
* lisp/progmodes/vhdl-mode.el (vhdl-line-expand):
Explicitly load hippie-exp, so it does not get autoloaded
while hippie-expand-try-functions-list is let-bound.
lisp/ChangeLog
lisp/hippie-exp.el
lisp/progmodes/vhdl-mode.el