dotemacs

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

transient-autoloads.el (2887B)


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