You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-emacs/mcomplete/files/50mcomplete-gentoo.el

8 lines
388 B

(add-to-list 'load-path "@SITELISP@")
(autoload 'mcomplete-mode "mcomplete"
"Toggle minibuffer completion with prefix and substring matching." t)
(autoload 'turn-on-mcomplete-mode "mcomplete"
"Turn on minibuffer completion with prefix and substring matching." t)
(autoload 'turn-off-mcomplete-mode "mcomplete"
"Turn off minibuffer completion with prefix and substring matching." t)