config

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

transient-autoloads.el (3054B)


      1 ;;; transient-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 transient.el
     13 
     14 (autoload 'transient-insert-suffix "transient" "\
     15 Insert a SUFFIX into PREFIX before LOC.
     16 PREFIX is a prefix command, a symbol.
     17 SUFFIX is a suffix command or a group specification (of
     18   the same forms as expected by `transient-define-prefix').
     19 LOC is a command, a key vector, a key description (a string
     20   as returned by `key-description'), or a coordination list
     21   (whose last element may also be a command or key).
     22 Remove a conflicting binding unless optional KEEP-OTHER is
     23   non-nil.
     24 See info node `(transient)Modifying Existing Transients'.
     25 
     26 (fn PREFIX LOC SUFFIX &optional KEEP-OTHER)")
     27 (function-put 'transient-insert-suffix 'lisp-indent-function 'defun)
     28 (autoload 'transient-append-suffix "transient" "\
     29 Insert a SUFFIX into PREFIX after LOC.
     30 PREFIX is a prefix command, a symbol.
     31 SUFFIX is a suffix command or a group specification (of
     32   the same forms as expected by `transient-define-prefix').
     33 LOC is a command, a key vector, a key description (a string
     34   as returned by `key-description'), or a coordination list
     35   (whose last element may also be a command or key).
     36 Remove a conflicting binding unless optional KEEP-OTHER is
     37   non-nil.
     38 See info node `(transient)Modifying Existing Transients'.
     39 
     40 (fn PREFIX LOC SUFFIX &optional KEEP-OTHER)")
     41 (function-put 'transient-append-suffix 'lisp-indent-function 'defun)
     42 (autoload 'transient-replace-suffix "transient" "\
     43 Replace the suffix at LOC in PREFIX with SUFFIX.
     44 PREFIX is a prefix command, a symbol.
     45 SUFFIX is a suffix command or a group specification (of
     46   the same forms as expected by `transient-define-prefix').
     47 LOC is a command, a key vector, a key description (a string
     48   as returned by `key-description'), or a coordination list
     49   (whose last element may also be a command or key).
     50 See info node `(transient)Modifying Existing Transients'.
     51 
     52 (fn PREFIX LOC SUFFIX)")
     53 (function-put 'transient-replace-suffix 'lisp-indent-function 'defun)
     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)")
     63 (function-put 'transient-remove-suffix 'lisp-indent-function 'defun)
     64 (register-definition-prefixes "transient" '("static-if" "transient"))
     65 
     66 ;;; End of scraped data
     67 
     68 (provide 'transient-autoloads)
     69 
     70 ;; Local Variables:
     71 ;; version-control: never
     72 ;; no-byte-compile: t
     73 ;; no-update-autoloads: t
     74 ;; no-native-compile: t
     75 ;; coding: utf-8-emacs-unix
     76 ;; End:
     77 
     78 ;;; transient-autoloads.el ends here