dotemacs

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

nov-autoloads.el (862B)


      1 ;;; nov-autoloads.el --- automatically extracted autoloads (do not edit)   -*- lexical-binding: t -*-
      2 ;; Generated by the `loaddefs-generate' function.
      3 
      4 ;; This file is part of GNU Emacs.
      5 
      6 ;;; Code:
      7 
      8 (add-to-list 'load-path (or (and load-file-name (file-name-directory load-file-name)) (car load-path)))
      9 
     10 
     11 
     12 ;;; Generated autoloads from nov.el
     13 
     14 (autoload 'nov-mode "nov" "\
     15 Major mode for reading EPUB documents
     16 
     17 (fn)" t)
     18 (autoload 'nov-bookmark-jump-handler "nov" "\
     19 The bookmark handler-function interface for bookmark BMK.
     20 
     21 See also `nov-bookmark-make-record'.
     22 
     23 (fn BMK)")
     24 (register-definition-prefixes "nov" '("nov-"))
     25 
     26 ;;; End of scraped data
     27 
     28 (provide 'nov-autoloads)
     29 
     30 ;; Local Variables:
     31 ;; version-control: never
     32 ;; no-byte-compile: t
     33 ;; no-update-autoloads: t
     34 ;; no-native-compile: t
     35 ;; coding: utf-8-emacs-unix
     36 ;; End:
     37 
     38 ;;; nov-autoloads.el ends here