dotemacs

My Emacs configuration
git clone git://git.entf.net/dotemacs
Log | Files | Refs | LICENSE

nov-autoloads.el (778B)


      1 ;;; nov-autoloads.el --- automatically extracted autoloads
      2 ;;
      3 ;;; Code:
      4 
      5 (add-to-list 'load-path (directory-file-name
      6                          (or (file-name-directory #$) (car load-path))))
      7 
      8 
      9 ;;;### (autoloads nil "nov" "nov.el" (0 0 0 0))
     10 ;;; Generated autoloads from nov.el
     11 
     12 (autoload 'nov-mode "nov" "\
     13 Major mode for reading EPUB documents
     14 
     15 \(fn)" t nil)
     16 
     17 (autoload 'nov-bookmark-jump-handler "nov" "\
     18 The bookmark handler-function interface for bookmark BMK.
     19 
     20 See also `nov-bookmark-make-record'.
     21 
     22 \(fn BMK)" nil nil)
     23 
     24 (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "nov" '("nov-")))
     25 
     26 ;;;***
     27 
     28 ;; Local Variables:
     29 ;; version-control: never
     30 ;; no-byte-compile: t
     31 ;; no-update-autoloads: t
     32 ;; coding: utf-8
     33 ;; End:
     34 ;;; nov-autoloads.el ends here