unix-conf/.emacs.d/elpa/openwith-20120531.1436/openwith-autoloads.el

32 lines
876 B
EmacsLisp
Raw Normal View History

2016-02-18 13:53:30 +00:00
;;; openwith-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
(add-to-list 'load-path (or (file-name-directory #$) (car load-path)))
;;;### (autoloads nil "openwith" "openwith.el" (22209 42840 495334
;;;;;; 0))
;;; Generated autoloads from openwith.el
(defvar openwith-mode nil "\
Non-nil if Openwith mode is enabled.
See the command `openwith-mode' for a description of this minor mode.
Setting this variable directly does not take effect;
either customize it (see the info node `Easy Customization')
or call the function `openwith-mode'.")
(custom-autoload 'openwith-mode "openwith" nil)
(autoload 'openwith-mode "openwith" "\
Automatically open files with external programs.
\(fn &optional ARG)" t nil)
;;;***
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; End:
;;; openwith-autoloads.el ends here