dotemacs

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

uuidgen-autoloads.el (1032B)


      1 ;;; uuidgen-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 uuidgen.el
     13 
     14 (autoload 'insert-uuid-cid "uuidgen" "\
     15 Insert UUID string in CID format that is suitable for COM definition.
     16 If UUID is nil will generate UUIDGEN-4 automatically.
     17 You customize `uuidgen-cid-format-string' to change the default format.
     18 
     19 (fn UUID)" t)
     20 (autoload 'uuidgen "uuidgen" "\
     21 Insert UUIDv4 at point. If TIME-BASED is non-nil, insert UUIDv1 instead.
     22 
     23 (fn TIME-BASED)" t)
     24 (register-definition-prefixes "uuidgen" '("uuidgen-"))
     25 
     26 ;;; End of scraped data
     27 
     28 (provide 'uuidgen-autoloads)
     29 
     30 ;; Local Variables:
     31 ;; version-control: never
     32 ;; no-byte-compile: t
     33 ;; no-update-autoloads: t
     34 ;; no-native-compile: t
     35 ;; coding: utf-8-emacs-unix
     36 ;; End:
     37 
     38 ;;; uuidgen-autoloads.el ends here