;;; nhexl-mode-autoloads.el --- automatically extracted autoloads ;; ;;; Code: (add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path)))) ;;;### (autoloads nil "nhexl-mode" "nhexl-mode.el" (0 0 0 0)) ;;; Generated autoloads from nhexl-mode.el (autoload 'nhexl-mode "nhexl-mode" "\ Minor mode to edit files via hex-dump format \(fn &optional ARG)" t nil) (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "nhexl-mode" '("nhexl-"))) ;;;*** ;; Local Variables: ;; version-control: never ;; no-byte-compile: t ;; no-update-autoloads: t ;; coding: utf-8 ;; End: ;;; nhexl-mode-autoloads.el ends here