config

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

magit-section-autoloads.el (2563B)


      1 ;;; magit-section-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 magit-section.el
     13 
     14 (autoload 'magit-add-section-hook "magit-section" "\
     15 Add to the value of section hook HOOK the function FUNCTION.
     16 
     17 Add FUNCTION at the beginning of the hook list unless optional
     18 APPEND is non-nil, in which case FUNCTION is added at the end.
     19 If FUNCTION already is a member, then move it to the new location.
     20 
     21 If optional AT is non-nil and a member of the hook list, then
     22 add FUNCTION next to that instead.  Add before or after AT, or
     23 replace AT with FUNCTION depending on APPEND.  If APPEND is the
     24 symbol `replace', then replace AT with FUNCTION.  For any other
     25 non-nil value place FUNCTION right after AT.  If nil, then place
     26 FUNCTION right before AT.  If FUNCTION already is a member of the
     27 list but AT is not, then leave FUNCTION where ever it already is.
     28 
     29 If optional LOCAL is non-nil, then modify the hook's buffer-local
     30 value rather than its global value.  This makes the hook local by
     31 copying the default value.  That copy is then modified.
     32 
     33 HOOK should be a symbol.  If HOOK is void, it is first set to nil.
     34 HOOK's value must not be a single hook function.  FUNCTION should
     35 be a function that takes no arguments and inserts one or multiple
     36 sections at point, moving point forward.  FUNCTION may choose not
     37 to insert its section(s), when doing so would not make sense.  It
     38 should not be abused for other side-effects.  To remove FUNCTION
     39 again use `remove-hook'.
     40 
     41 (fn HOOK FUNCTION &optional AT APPEND LOCAL)")
     42 (autoload 'magit--handle-bookmark "magit-section" "\
     43 Open a bookmark created by `magit--make-bookmark'.
     44 
     45 Call the generic function `magit-bookmark-get-buffer-create' to get
     46 the appropriate buffer without displaying it.
     47 
     48 Then call the `magit-*-setup-buffer' function of the the major-mode
     49 with the variables' values as arguments, which were recorded by
     50 `magit--make-bookmark'.
     51 
     52 (fn BOOKMARK)")
     53 (register-definition-prefixes "magit-section" '("context-menu-region" "isearch-clean-overlays" "magit-"))
     54 
     55 ;;; End of scraped data
     56 
     57 (provide 'magit-section-autoloads)
     58 
     59 ;; Local Variables:
     60 ;; version-control: never
     61 ;; no-byte-compile: t
     62 ;; no-update-autoloads: t
     63 ;; no-native-compile: t
     64 ;; coding: utf-8-emacs-unix
     65 ;; End:
     66 
     67 ;;; magit-section-autoloads.el ends here