dotemacs

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

paredit-autoloads.el (1717B)


      1 ;;; paredit-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 paredit.el
     13 
     14 (autoload 'paredit-mode "paredit" "\
     15 Minor mode for pseudo-structurally editing Lisp code.
     16 
     17 With a prefix argument, enable Paredit Mode even if there are
     18   unbalanced parentheses in the buffer.
     19 Paredit behaves badly if parentheses are unbalanced, so exercise
     20   caution when forcing Paredit Mode to be enabled, and consider
     21   fixing unbalanced parentheses instead.
     22 \\<paredit-mode-map>
     23 
     24 This is a minor mode.  If called interactively, toggle the
     25 `Paredit mode' mode.  If the prefix argument is positive, enable
     26 the mode, and if it is zero or negative, disable the mode.
     27 
     28 If called from Lisp, toggle the mode if ARG is `toggle'.  Enable
     29 the mode if ARG is nil, omitted, or is a positive number.
     30 Disable the mode if ARG is a negative number.
     31 
     32 To check whether the minor mode is enabled in the current buffer,
     33 evaluate `paredit-mode'.
     34 
     35 The mode's hook is called both when the mode is enabled and when
     36 it is disabled.
     37 
     38 (fn &optional ARG)" t)
     39 (autoload 'enable-paredit-mode "paredit" "\
     40 Turn on pseudo-structural editing of Lisp code." t)
     41 (register-definition-prefixes "paredit" '("?\\" "disable-paredit-mode" "paredit-"))
     42 
     43 ;;; End of scraped data
     44 
     45 (provide 'paredit-autoloads)
     46 
     47 ;; Local Variables:
     48 ;; version-control: never
     49 ;; no-byte-compile: t
     50 ;; no-update-autoloads: t
     51 ;; no-native-compile: t
     52 ;; coding: utf-8-emacs-unix
     53 ;; End:
     54 
     55 ;;; paredit-autoloads.el ends here