dotemacs

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

paredit-menu-autoloads.el (685B)


      1 ;;; paredit-menu-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-menu.el
     13 
     14 (register-definition-prefixes "paredit-menu" '("paredit-menu-"))
     15 
     16 ;;; End of scraped data
     17 
     18 (provide 'paredit-menu-autoloads)
     19 
     20 ;; Local Variables:
     21 ;; version-control: never
     22 ;; no-byte-compile: t
     23 ;; no-update-autoloads: t
     24 ;; no-native-compile: t
     25 ;; coding: utf-8-emacs-unix
     26 ;; End:
     27 
     28 ;;; paredit-menu-autoloads.el ends here