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.

80 lines
2.8 KiB

5 years ago
  1. ;;; transient-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 "transient" "transient.el" (0 0 0 0))
  7. ;;; Generated autoloads from transient.el
  8. (autoload 'transient-insert-suffix "transient" "\
  9. Insert a SUFFIX into PREFIX before LOC.
  10. PREFIX is a prefix command, a symbol.
  11. SUFFIX is a suffix command or a group specification (of
  12. the same forms as expected by `transient-define-prefix').
  13. LOC is a command, a key vector, a key description (a string
  14. as returned by `key-description'), or a coordination list
  15. (whose last element may also be a command or key).
  16. See info node `(transient)Modifying Existing Transients'.
  17. \(fn PREFIX LOC SUFFIX)" nil nil)
  18. (function-put 'transient-insert-suffix 'lisp-indent-function 'defun)
  19. (autoload 'transient-append-suffix "transient" "\
  20. Insert a SUFFIX into PREFIX after LOC.
  21. PREFIX is a prefix command, a symbol.
  22. SUFFIX is a suffix command or a group specification (of
  23. the same forms as expected by `transient-define-prefix').
  24. LOC is a command, a key vector, a key description (a string
  25. as returned by `key-description'), or a coordination list
  26. (whose last element may also be a command or key).
  27. See info node `(transient)Modifying Existing Transients'.
  28. \(fn PREFIX LOC SUFFIX)" nil nil)
  29. (function-put 'transient-append-suffix 'lisp-indent-function 'defun)
  30. (autoload 'transient-replace-suffix "transient" "\
  31. Replace the suffix at LOC in PREFIX with SUFFIX.
  32. PREFIX is a prefix command, a symbol.
  33. SUFFIX is a suffix command or a group specification (of
  34. the same forms as expected by `transient-define-prefix').
  35. LOC is a command, a key vector, a key description (a string
  36. as returned by `key-description'), or a coordination list
  37. (whose last element may also be a command or key).
  38. See info node `(transient)Modifying Existing Transients'.
  39. \(fn PREFIX LOC SUFFIX)" nil nil)
  40. (function-put 'transient-replace-suffix 'lisp-indent-function 'defun)
  41. (autoload 'transient-remove-suffix "transient" "\
  42. Remove the suffix or group at LOC in PREFIX.
  43. PREFIX is a prefix command, a symbol.
  44. LOC is a command, a key vector, a key description (a string
  45. as returned by `key-description'), or a coordination list
  46. (whose last element may also be a command or key).
  47. See info node `(transient)Modifying Existing Transients'.
  48. \(fn PREFIX LOC)" nil nil)
  49. (function-put 'transient-remove-suffix 'lisp-indent-function 'defun)
  50. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "transient" '("transient-")))
  51. ;;;***
  52. ;;;### (autoloads nil nil ("transient-pkg.el") (0 0 0 0))
  53. ;;;***
  54. ;; Local Variables:
  55. ;; version-control: never
  56. ;; no-byte-compile: t
  57. ;; no-update-autoloads: t
  58. ;; coding: utf-8
  59. ;; End:
  60. ;;; transient-autoloads.el ends here