;;; jgraph-mode-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*- ;; ;;; Code: (add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path)))) ;;;### (autoloads nil "jgraph-mode" "jgraph-mode.el" (0 0 0 0)) ;;; Generated autoloads from jgraph-mode.el (add-to-list 'auto-mode-alist '("\\.jgr\\'" . jgraph-mode)) (autoload 'jgraph-mode "jgraph-mode" "\ A major mode for editing Jgraph files. \(fn)" t nil) (register-definition-prefixes "jgraph-mode" '("jgraph-")) ;;;*** ;; Local Variables: ;; version-control: never ;; no-byte-compile: t ;; no-update-autoloads: t ;; coding: utf-8 ;; End: ;;; jgraph-mode-autoloads.el ends here