Personal emacs config
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
923 B

  1. ;;; diffview-autoloads.el --- automatically extracted autoloads
  2. ;;
  3. ;;; Code:
  4. (add-to-list 'load-path (directory-file-name
  5. (or (file-name-directory #$) (car load-path))))
  6. ;;;### (autoloads nil "diffview" "diffview.el" (0 0 0 0))
  7. ;;; Generated autoloads from diffview.el
  8. (autoload 'diffview-current "diffview" "\
  9. Show current diff buffer in a side-by-side view." t nil)
  10. (autoload 'diffview-region "diffview" "\
  11. Show current diff region in a side-by-side view." t nil)
  12. (autoload 'diffview-message "diffview" "\
  13. Show `message-mode' buffer in a side-by-side view.
  14. This is useful for reading patches from mailing lists." t nil)
  15. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "diffview" '("diffview-")))
  16. ;;;***
  17. ;; Local Variables:
  18. ;; version-control: never
  19. ;; no-byte-compile: t
  20. ;; no-update-autoloads: t
  21. ;; coding: utf-8
  22. ;; End:
  23. ;;; diffview-autoloads.el ends here