dotemacs

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

dash-autoloads.el (3041B)


      1 ;;; dash-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 (file-name-directory load-file-name)) (car load-path)))
      9 
     10 
     11 
     12 ;;; Generated autoloads from dash.el
     13 
     14 (autoload 'dash-fontify-mode "dash" "\
     15 Toggle fontification of Dash special variables.
     16 
     17 Dash-Fontify mode is a buffer-local minor mode intended for Emacs
     18 Lisp buffers.  Enabling it causes the special variables bound in
     19 anaphoric Dash macros to be fontified.  These anaphoras include
     20 `it', `it-index', `acc', and `other'.  In older Emacs versions
     21 which do not dynamically detect macros, Dash-Fontify mode
     22 additionally fontifies Dash macro calls.
     23 
     24 See also `dash-fontify-mode-lighter' and
     25 `global-dash-fontify-mode'.
     26 
     27 This is a minor mode.  If called interactively, toggle the
     28 `Dash-Fontify mode' mode.  If the prefix argument is positive,
     29 enable the mode, and if it is zero or negative, disable the mode.
     30 
     31 If called from Lisp, toggle the mode if ARG is `toggle'.  Enable
     32 the mode if ARG is nil, omitted, or is a positive number.
     33 Disable the mode if ARG is a negative number.
     34 
     35 To check whether the minor mode is enabled in the current buffer,
     36 evaluate `dash-fontify-mode'.
     37 
     38 The mode's hook is called both when the mode is enabled and when
     39 it is disabled.
     40 
     41 (fn &optional ARG)" t)
     42 (put 'global-dash-fontify-mode 'globalized-minor-mode t)
     43 (defvar global-dash-fontify-mode nil "\
     44 Non-nil if Global Dash-Fontify mode is enabled.
     45 See the `global-dash-fontify-mode' command
     46 for a description of this minor mode.
     47 Setting this variable directly does not take effect;
     48 either customize it (see the info node `Easy Customization')
     49 or call the function `global-dash-fontify-mode'.")
     50 (custom-autoload 'global-dash-fontify-mode "dash" nil)
     51 (autoload 'global-dash-fontify-mode "dash" "\
     52 Toggle Dash-Fontify mode in all buffers.
     53 With prefix ARG, enable Global Dash-Fontify mode if ARG is positive;
     54 otherwise, disable it.
     55 
     56 If called from Lisp, toggle the mode if ARG is `toggle'.
     57 Enable the mode if ARG is nil, omitted, or is a positive number.
     58 Disable the mode if ARG is a negative number.
     59 
     60 Dash-Fontify mode is enabled in all buffers where
     61 `dash--turn-on-fontify-mode' would do it.
     62 
     63 See `dash-fontify-mode' for more information on Dash-Fontify mode.
     64 
     65 (fn &optional ARG)" t)
     66 (autoload 'dash-register-info-lookup "dash" "\
     67 Register the Dash Info manual with `info-lookup-symbol'.
     68 This allows Dash symbols to be looked up with \\[info-lookup-symbol]." t)
     69 (register-definition-prefixes "dash" '("!cdr" "!cons" "--" "->" "-a" "-butlast" "-c" "-d" "-e" "-f" "-gr" "-i" "-juxt" "-keep" "-l" "-m" "-no" "-o" "-p" "-r" "-s" "-t" "-u" "-value-to-list" "-when-let" "-zip" "dash-"))
     70 
     71 ;;; End of scraped data
     72 
     73 (provide 'dash-autoloads)
     74 
     75 ;; Local Variables:
     76 ;; version-control: never
     77 ;; no-byte-compile: t
     78 ;; no-update-autoloads: t
     79 ;; no-native-compile: t
     80 ;; coding: utf-8-emacs-unix
     81 ;; End:
     82 
     83 ;;; dash-autoloads.el ends here