config

Personal configuration.
git clone git://code.dwrz.net/config
Log | Files | Refs

pdf-tools-autoloads.el (19666B)


      1 ;;; pdf-tools-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 (directory-file-name (file-name-directory load-file-name))) (car load-path)))
      9 
     10 
     11 
     12 ;;; Generated autoloads from pdf-annot.el
     13 
     14 (autoload 'pdf-annot-minor-mode "pdf-annot" "\
     15 Support for PDF Annotations.
     16 
     17 \\{pdf-annot-minor-mode-map}
     18 
     19 This is a minor mode.  If called interactively, toggle the
     20 `Pdf-Annot minor mode' mode.  If the prefix argument is positive,
     21 enable the mode, and if it is zero or negative, disable the mode.
     22 
     23 If called from Lisp, toggle the mode if ARG is `toggle'.  Enable
     24 the mode if ARG is nil, omitted, or is a positive number.
     25 Disable the mode if ARG is a negative number.
     26 
     27 To check whether the minor mode is enabled in the current buffer,
     28 evaluate `pdf-annot-minor-mode'.
     29 
     30 The mode's hook is called both when the mode is enabled and when
     31 it is disabled.
     32 
     33 (fn &optional ARG)" t)
     34 (register-definition-prefixes "pdf-annot" '("pdf-annot-"))
     35 
     36 
     37 ;;; Generated autoloads from pdf-cache.el
     38 
     39 (register-definition-prefixes "pdf-cache" '("boundingbox" "define-pdf-cache-function" "page" "pdf-cache-" "textregions"))
     40 
     41 
     42 ;;; Generated autoloads from pdf-dev.el
     43 
     44 (register-definition-prefixes "pdf-dev" '("pdf-dev-"))
     45 
     46 
     47 ;;; Generated autoloads from pdf-history.el
     48 
     49 (autoload 'pdf-history-minor-mode "pdf-history" "\
     50 Keep a history of previously visited pages.
     51 
     52 This is a simple stack-based history.  Turning the page or
     53 following a link pushes the left-behind page on the stack, which
     54 may be navigated with the following keys.
     55 
     56 \\{pdf-history-minor-mode-map}
     57 
     58 This is a minor mode.  If called interactively, toggle the
     59 `Pdf-History minor mode' mode.  If the prefix argument is
     60 positive, enable the mode, and if it is zero or negative, disable
     61 the mode.
     62 
     63 If called from Lisp, toggle the mode if ARG is `toggle'.  Enable
     64 the mode if ARG is nil, omitted, or is a positive number.
     65 Disable the mode if ARG is a negative number.
     66 
     67 To check whether the minor mode is enabled in the current buffer,
     68 evaluate `pdf-history-minor-mode'.
     69 
     70 The mode's hook is called both when the mode is enabled and when
     71 it is disabled.
     72 
     73 (fn &optional ARG)" t)
     74 (register-definition-prefixes "pdf-history" '("pdf-history-"))
     75 
     76 
     77 ;;; Generated autoloads from pdf-info.el
     78 
     79 (register-definition-prefixes "pdf-info" '("pdf-info-"))
     80 
     81 
     82 ;;; Generated autoloads from pdf-isearch.el
     83 
     84 (autoload 'pdf-isearch-minor-mode "pdf-isearch" "\
     85 Isearch mode for PDF buffer.
     86 
     87 When this mode is enabled \\[isearch-forward], among other keys,
     88 starts an incremental search in this PDF document.  Since this mode
     89 uses external programs to highlight found matches via
     90 image-processing, proceeding to the next match may be slow.
     91 
     92 Therefore two isearch behaviours have been defined: Normal isearch and
     93 batch mode.  The later one is a minor mode
     94 (`pdf-isearch-batch-mode'), which when activated inhibits isearch
     95 from stopping at and highlighting every single match, but rather
     96 display them batch-wise.  Here a batch means a number of matches
     97 currently visible in the selected window.
     98 
     99 The kind of highlighting is determined by three faces
    100 `pdf-isearch-match' (for the current match), `pdf-isearch-lazy'
    101 (for all other matches) and `pdf-isearch-batch' (when in batch
    102 mode), which see.
    103 
    104 Colors may also be influenced by the minor-mode
    105 `pdf-view-dark-minor-mode'.  If this is minor mode enabled, each face's
    106 dark colors, are used (see e.g. `frame-background-mode'), instead
    107 of the light ones.
    108 
    109 \\{pdf-isearch-minor-mode-map}
    110 While in `isearch-mode' the following keys are available. Note
    111 that not every isearch command work as expected.
    112 
    113 \\{pdf-isearch-active-mode-map}
    114 
    115 This is a minor mode.  If called interactively, toggle the
    116 `Pdf-Isearch minor mode' mode.  If the prefix argument is
    117 positive, enable the mode, and if it is zero or negative, disable
    118 the mode.
    119 
    120 If called from Lisp, toggle the mode if ARG is `toggle'.  Enable
    121 the mode if ARG is nil, omitted, or is a positive number.
    122 Disable the mode if ARG is a negative number.
    123 
    124 To check whether the minor mode is enabled in the current buffer,
    125 evaluate `pdf-isearch-minor-mode'.
    126 
    127 The mode's hook is called both when the mode is enabled and when
    128 it is disabled.
    129 
    130 (fn &optional ARG)" t)
    131 (register-definition-prefixes "pdf-isearch" '("pdf-isearch-"))
    132 
    133 
    134 ;;; Generated autoloads from pdf-links.el
    135 
    136 (autoload 'pdf-links-minor-mode "pdf-links" "\
    137 Handle links in PDF documents.\\<pdf-links-minor-mode-map>
    138 
    139 If this mode is enabled, most links in the document may be
    140 activated by clicking on them or by pressing \\[pdf-links-action-perform] and selecting
    141 one of the displayed keys, or by using isearch limited to
    142 links via \\[pdf-links-isearch-link].
    143 
    144 \\{pdf-links-minor-mode-map}
    145 
    146 This is a minor mode.  If called interactively, toggle the
    147 `Pdf-Links minor mode' mode.  If the prefix argument is positive,
    148 enable the mode, and if it is zero or negative, disable the mode.
    149 
    150 If called from Lisp, toggle the mode if ARG is `toggle'.  Enable
    151 the mode if ARG is nil, omitted, or is a positive number.
    152 Disable the mode if ARG is a negative number.
    153 
    154 To check whether the minor mode is enabled in the current buffer,
    155 evaluate `pdf-links-minor-mode'.
    156 
    157 The mode's hook is called both when the mode is enabled and when
    158 it is disabled.
    159 
    160 (fn &optional ARG)" t)
    161 (autoload 'pdf-links-action-perform "pdf-links" "\
    162 Follow LINK, depending on its type.
    163 
    164 This may turn to another page, switch to another PDF buffer or
    165 invoke `pdf-links-browse-uri-function'.
    166 
    167 Interactively, link is read via `pdf-links-read-link-action'.
    168 This function displays characters around the links in the current
    169 page and starts reading characters (ignoring case).  After a
    170 sufficient number of characters have been read, the corresponding
    171 link's link is invoked.  Additionally, SPC may be used to
    172 scroll the current page.
    173 
    174 (fn LINK)" t)
    175 (register-definition-prefixes "pdf-links" '("pdf-links-"))
    176 
    177 
    178 ;;; Generated autoloads from pdf-loader.el
    179 
    180 (autoload 'pdf-loader-install "pdf-loader" "\
    181 Prepare Emacs for using PDF Tools.
    182 
    183 This function acts as a replacement for `pdf-tools-install' and
    184 makes Emacs load and use PDF Tools as soon as a PDF file is
    185 opened, but not sooner.
    186 
    187 The arguments are passed verbatim to `pdf-tools-install', which
    188 see.
    189 
    190 (fn &optional NO-QUERY-P SKIP-DEPENDENCIES-P NO-ERROR-P FORCE-DEPENDENCIES-P)")
    191 (register-definition-prefixes "pdf-loader" '("pdf-loader--"))
    192 
    193 
    194 ;;; Generated autoloads from pdf-macs.el
    195 
    196 (register-definition-prefixes "pdf-macs" '("pdf-view-"))
    197 
    198 
    199 ;;; Generated autoloads from pdf-misc.el
    200 
    201 (autoload 'pdf-misc-minor-mode "pdf-misc" "\
    202 FIXME:  Not documented.
    203 
    204 This is a minor mode.  If called interactively, toggle the
    205 `Pdf-Misc minor mode' mode.  If the prefix argument is positive,
    206 enable the mode, and if it is zero or negative, disable the mode.
    207 
    208 If called from Lisp, toggle the mode if ARG is `toggle'.  Enable
    209 the mode if ARG is nil, omitted, or is a positive number.
    210 Disable the mode if ARG is a negative number.
    211 
    212 To check whether the minor mode is enabled in the current buffer,
    213 evaluate `pdf-misc-minor-mode'.
    214 
    215 The mode's hook is called both when the mode is enabled and when
    216 it is disabled.
    217 
    218 (fn &optional ARG)" t)
    219 (autoload 'pdf-misc-size-indication-minor-mode "pdf-misc" "\
    220 Provide a working size indication in the mode-line.
    221 
    222 This is a minor mode.  If called interactively, toggle the
    223 `Pdf-Misc-Size-Indication minor mode' mode.  If the prefix
    224 argument is positive, enable the mode, and if it is zero or
    225 negative, disable the mode.
    226 
    227 If called from Lisp, toggle the mode if ARG is `toggle'.  Enable
    228 the mode if ARG is nil, omitted, or is a positive number.
    229 Disable the mode if ARG is a negative number.
    230 
    231 To check whether the minor mode is enabled in the current buffer,
    232 evaluate `pdf-misc-size-indication-minor-mode'.
    233 
    234 The mode's hook is called both when the mode is enabled and when
    235 it is disabled.
    236 
    237 (fn &optional ARG)" t)
    238 (autoload 'pdf-misc-menu-bar-minor-mode "pdf-misc" "\
    239 Display a PDF Tools menu in the menu-bar.
    240 
    241 This is a minor mode.  If called interactively, toggle the
    242 `Pdf-Misc-Menu-Bar minor mode' mode.  If the prefix argument is
    243 positive, enable the mode, and if it is zero or negative, disable
    244 the mode.
    245 
    246 If called from Lisp, toggle the mode if ARG is `toggle'.  Enable
    247 the mode if ARG is nil, omitted, or is a positive number.
    248 Disable the mode if ARG is a negative number.
    249 
    250 To check whether the minor mode is enabled in the current buffer,
    251 evaluate `pdf-misc-menu-bar-minor-mode'.
    252 
    253 The mode's hook is called both when the mode is enabled and when
    254 it is disabled.
    255 
    256 (fn &optional ARG)" t)
    257 (autoload 'pdf-misc-context-menu-minor-mode "pdf-misc" "\
    258 Provide a right-click context menu in PDF buffers.
    259 
    260 \\{pdf-misc-context-menu-minor-mode-map}
    261 
    262 This is a minor mode.  If called interactively, toggle the
    263 `Pdf-Misc-Context-Menu minor mode' mode.  If the prefix argument
    264 is positive, enable the mode, and if it is zero or negative,
    265 disable the mode.
    266 
    267 If called from Lisp, toggle the mode if ARG is `toggle'.  Enable
    268 the mode if ARG is nil, omitted, or is a positive number.
    269 Disable the mode if ARG is a negative number.
    270 
    271 To check whether the minor mode is enabled in the current buffer,
    272 evaluate `pdf-misc-context-menu-minor-mode'.
    273 
    274 The mode's hook is called both when the mode is enabled and when
    275 it is disabled.
    276 
    277 (fn &optional ARG)" t)
    278 (register-definition-prefixes "pdf-misc" '("pdf-misc-"))
    279 
    280 
    281 ;;; Generated autoloads from pdf-occur.el
    282 
    283 (autoload 'pdf-occur "pdf-occur" "\
    284 List lines matching STRING or PCRE.
    285 
    286 Interactively search for a regexp. Unless a prefix arg was given,
    287 in which case this functions performs a string search.
    288 
    289 If `pdf-occur-prefer-string-search' is non-nil, the meaning of
    290 the prefix-arg is inverted.
    291 
    292 (fn STRING &optional REGEXP-P)" t)
    293 (autoload 'pdf-occur-multi-command "pdf-occur" "\
    294 Perform `pdf-occur' on multiple buffer.
    295 
    296 For a programmatic search of multiple documents see
    297 `pdf-occur-search'." t)
    298 (defvar pdf-occur-global-minor-mode nil "\
    299 Non-nil if Pdf-Occur-Global minor mode is enabled.
    300 See the `pdf-occur-global-minor-mode' command
    301 for a description of this minor mode.
    302 Setting this variable directly does not take effect;
    303 either customize it (see the info node `Easy Customization')
    304 or call the function `pdf-occur-global-minor-mode'.")
    305 (custom-autoload 'pdf-occur-global-minor-mode "pdf-occur" nil)
    306 (autoload 'pdf-occur-global-minor-mode "pdf-occur" "\
    307 Enable integration of Pdf Occur with other modes.
    308 
    309 This global minor mode enables (or disables)
    310 `pdf-occur-ibuffer-minor-mode' and `pdf-occur-dired-minor-mode'
    311 in all current and future ibuffer/dired buffer.
    312 
    313 This is a global minor mode.  If called interactively, toggle the
    314 `Pdf-Occur-Global minor mode' mode.  If the prefix argument is
    315 positive, enable the mode, and if it is zero or negative, disable
    316 the mode.
    317 
    318 If called from Lisp, toggle the mode if ARG is `toggle'.  Enable
    319 the mode if ARG is nil, omitted, or is a positive number.
    320 Disable the mode if ARG is a negative number.
    321 
    322 To check whether the minor mode is enabled in the current buffer,
    323 evaluate `(default-value \\='pdf-occur-global-minor-mode)'.
    324 
    325 The mode's hook is called both when the mode is enabled and when
    326 it is disabled.
    327 
    328 (fn &optional ARG)" t)
    329 (autoload 'pdf-occur-ibuffer-minor-mode "pdf-occur" "\
    330 Hack into ibuffer's do-occur binding.
    331 
    332 This mode remaps `ibuffer-do-occur' to
    333 `pdf-occur-ibuffer-do-occur', which will start the PDF Tools
    334 version of `occur', if all marked buffer's are in `pdf-view-mode'
    335 and otherwise fallback to `ibuffer-do-occur'.
    336 
    337 This is a minor mode.  If called interactively, toggle the
    338 `Pdf-Occur-Ibuffer minor mode' mode.  If the prefix argument is
    339 positive, enable the mode, and if it is zero or negative, disable
    340 the mode.
    341 
    342 If called from Lisp, toggle the mode if ARG is `toggle'.  Enable
    343 the mode if ARG is nil, omitted, or is a positive number.
    344 Disable the mode if ARG is a negative number.
    345 
    346 To check whether the minor mode is enabled in the current buffer,
    347 evaluate `pdf-occur-ibuffer-minor-mode'.
    348 
    349 The mode's hook is called both when the mode is enabled and when
    350 it is disabled.
    351 
    352 (fn &optional ARG)" t)
    353 (autoload 'pdf-occur-dired-minor-mode "pdf-occur" "\
    354 Hack into dired's `dired-do-search' binding.
    355 
    356 This mode remaps `dired-do-search' to
    357 `pdf-occur-dired-do-search', which will start the PDF Tools
    358 version of `occur', if all marked buffer's are in `pdf-view-mode'
    359 and otherwise fallback to `dired-do-search'.
    360 
    361 This is a minor mode.  If called interactively, toggle the
    362 `Pdf-Occur-Dired minor mode' mode.  If the prefix argument is
    363 positive, enable the mode, and if it is zero or negative, disable
    364 the mode.
    365 
    366 If called from Lisp, toggle the mode if ARG is `toggle'.  Enable
    367 the mode if ARG is nil, omitted, or is a positive number.
    368 Disable the mode if ARG is a negative number.
    369 
    370 To check whether the minor mode is enabled in the current buffer,
    371 evaluate `pdf-occur-dired-minor-mode'.
    372 
    373 The mode's hook is called both when the mode is enabled and when
    374 it is disabled.
    375 
    376 (fn &optional ARG)" t)
    377 (register-definition-prefixes "pdf-occur" '("pdf-occur-"))
    378 
    379 
    380 ;;; Generated autoloads from pdf-outline.el
    381 
    382 (autoload 'pdf-outline-minor-mode "pdf-outline" "\
    383 Display an outline of a PDF document.
    384 
    385 This provides a PDF's outline on the menu bar via imenu.
    386 Additionally the same outline may be viewed in a designated
    387 buffer.
    388 
    389 \\{pdf-outline-minor-mode-map}
    390 
    391 This is a minor mode.  If called interactively, toggle the
    392 `Pdf-Outline minor mode' mode.  If the prefix argument is
    393 positive, enable the mode, and if it is zero or negative, disable
    394 the mode.
    395 
    396 If called from Lisp, toggle the mode if ARG is `toggle'.  Enable
    397 the mode if ARG is nil, omitted, or is a positive number.
    398 Disable the mode if ARG is a negative number.
    399 
    400 To check whether the minor mode is enabled in the current buffer,
    401 evaluate `pdf-outline-minor-mode'.
    402 
    403 The mode's hook is called both when the mode is enabled and when
    404 it is disabled.
    405 
    406 (fn &optional ARG)" t)
    407 (autoload 'pdf-outline "pdf-outline" "\
    408 Display an PDF outline of BUFFER.
    409 
    410 BUFFER defaults to the current buffer.  Select the outline
    411 buffer, unless NO-SELECT-WINDOW-P is non-nil.
    412 
    413 (fn &optional BUFFER NO-SELECT-WINDOW-P)" t)
    414 (autoload 'pdf-outline-imenu-enable "pdf-outline" "\
    415 Enable imenu in the current PDF buffer." t)
    416 (register-definition-prefixes "pdf-outline" '("pdf-outline"))
    417 
    418 
    419 ;;; Generated autoloads from pdf-sync.el
    420 
    421 (autoload 'pdf-sync-minor-mode "pdf-sync" "\
    422 Correlate a PDF position with the TeX file.
    423 
    424 \\<pdf-sync-minor-mode-map>
    425 This works via SyncTeX, which means the TeX sources need to have
    426 been compiled with `--synctex=1'.  In AUCTeX this can be done by
    427 setting `TeX-source-correlate-method' to `synctex' (before AUCTeX
    428 is loaded) and enabling `TeX-source-correlate-mode'.
    429 
    430 Then \\[pdf-sync-backward-search-mouse] in the PDF buffer will
    431 open the corresponding TeX location.
    432 
    433 If AUCTeX is your preferred tex-mode, this library arranges to
    434 bind `pdf-sync-forward-display-pdf-key' (the default is `C-c C-g')
    435 to `pdf-sync-forward-search' in `TeX-source-correlate-map'.  This
    436 function displays the PDF page corresponding to the current
    437 position in the TeX buffer.  This function only works together
    438 with AUCTeX.
    439 
    440 This is a minor mode.  If called interactively, toggle the
    441 `Pdf-Sync minor mode' mode.  If the prefix argument is positive,
    442 enable the mode, and if it is zero or negative, disable the mode.
    443 
    444 If called from Lisp, toggle the mode if ARG is `toggle'.  Enable
    445 the mode if ARG is nil, omitted, or is a positive number.
    446 Disable the mode if ARG is a negative number.
    447 
    448 To check whether the minor mode is enabled in the current buffer,
    449 evaluate `pdf-sync-minor-mode'.
    450 
    451 The mode's hook is called both when the mode is enabled and when
    452 it is disabled.
    453 
    454 (fn &optional ARG)" t)
    455 (register-definition-prefixes "pdf-sync" '("pdf-sync-"))
    456 
    457 
    458 ;;; Generated autoloads from pdf-tools.el
    459 
    460 (defvar pdf-tools-handle-upgrades t "\
    461 Whether PDF Tools should handle upgrading itself.")
    462 (custom-autoload 'pdf-tools-handle-upgrades "pdf-tools" t)
    463 (autoload 'pdf-tools-install "pdf-tools" "\
    464 Install PDF-Tools in all current and future PDF buffers.
    465 
    466 If the `pdf-info-epdfinfo-program' is not running or does not
    467 appear to be working, attempt to rebuild it.  If this build
    468 succeeded, continue with the activation of the package.
    469 Otherwise fail silently, i.e. no error is signaled.
    470 
    471 Build the program (if necessary) without asking first, if
    472 NO-QUERY-P is non-nil.
    473 
    474 Don't attempt to install system packages, if SKIP-DEPENDENCIES-P
    475 is non-nil.
    476 
    477 Do not signal an error in case the build failed, if NO-ERROR-P is
    478 non-nil.
    479 
    480 Attempt to install system packages (even if it is deemed
    481 unnecessary), if FORCE-DEPENDENCIES-P is non-nil.
    482 
    483 Note that SKIP-DEPENDENCIES-P and FORCE-DEPENDENCIES-P are
    484 mutually exclusive.
    485 
    486 Note further, that you can influence the installation directory
    487 by setting `pdf-info-epdfinfo-program' to an appropriate
    488 value (e.g. ~/bin/epdfinfo) before calling this function.
    489 
    490 See `pdf-view-mode' and `pdf-tools-enabled-modes'.
    491 
    492 (fn &optional NO-QUERY-P SKIP-DEPENDENCIES-P NO-ERROR-P FORCE-DEPENDENCIES-P)" t)
    493 (autoload 'pdf-tools-enable-minor-modes "pdf-tools" "\
    494 Enable MODES in the current buffer.
    495 
    496 MODES defaults to `pdf-tools-enabled-modes'.
    497 
    498 (fn &optional MODES)" t)
    499 (autoload 'pdf-tools-help "pdf-tools" "\
    500 Show a Help buffer for `pdf-tools'." t)
    501 (register-definition-prefixes "pdf-tools" '("pdf-tools-"))
    502 
    503 
    504 ;;; Generated autoloads from pdf-util.el
    505 
    506 (register-definition-prefixes "pdf-util" '("display-buffer-split-below-and-attach" "pdf-util-"))
    507 
    508 
    509 ;;; Generated autoloads from pdf-view.el
    510 
    511 (autoload 'pdf-view-bookmark-jump-handler "pdf-view" "\
    512 The bookmark handler-function interface for bookmark BMK.
    513 
    514 See also `pdf-view-bookmark-make-record'.
    515 
    516 (fn BMK)")
    517 (register-definition-prefixes "pdf-view" '("cua-copy-region--pdf-view-advice" "pdf-view-"))
    518 
    519 
    520 ;;; Generated autoloads from pdf-virtual.el
    521 
    522 (autoload 'pdf-virtual-edit-mode "pdf-virtual" "\
    523 Major mode when editing a virtual PDF buffer.
    524 
    525 (fn)" t)
    526 (autoload 'pdf-virtual-view-mode "pdf-virtual" "\
    527 Major mode in virtual PDF buffers.
    528 
    529 (fn)" t)
    530 (defvar pdf-virtual-global-minor-mode nil "\
    531 Non-nil if Pdf-Virtual-Global minor mode is enabled.
    532 See the `pdf-virtual-global-minor-mode' command
    533 for a description of this minor mode.
    534 Setting this variable directly does not take effect;
    535 either customize it (see the info node `Easy Customization')
    536 or call the function `pdf-virtual-global-minor-mode'.")
    537 (custom-autoload 'pdf-virtual-global-minor-mode "pdf-virtual" nil)
    538 (autoload 'pdf-virtual-global-minor-mode "pdf-virtual" "\
    539 Enable recognition and handling of VPDF files.
    540 
    541 This is a global minor mode.  If called interactively, toggle the
    542 `Pdf-Virtual-Global minor mode' mode.  If the prefix argument is
    543 positive, enable the mode, and if it is zero or negative, disable
    544 the mode.
    545 
    546 If called from Lisp, toggle the mode if ARG is `toggle'.  Enable
    547 the mode if ARG is nil, omitted, or is a positive number.
    548 Disable the mode if ARG is a negative number.
    549 
    550 To check whether the minor mode is enabled in the current buffer,
    551 evaluate `(default-value \\='pdf-virtual-global-minor-mode)'.
    552 
    553 The mode's hook is called both when the mode is enabled and when
    554 it is disabled.
    555 
    556 (fn &optional ARG)" t)
    557 (autoload 'pdf-virtual-buffer-create "pdf-virtual" "\
    558 
    559 
    560 (fn &optional FILENAMES BUFFER-NAME DISPLAY-P)" t)
    561 (register-definition-prefixes "pdf-virtual" '("pdf-virtual-"))
    562 
    563 ;;; End of scraped data
    564 
    565 (provide 'pdf-tools-autoloads)
    566 
    567 ;; Local Variables:
    568 ;; version-control: never
    569 ;; no-byte-compile: t
    570 ;; no-update-autoloads: t
    571 ;; no-native-compile: t
    572 ;; coding: utf-8-emacs-unix
    573 ;; End:
    574 
    575 ;;; pdf-tools-autoloads.el ends here