config

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

vundo-autoloads.el (1626B)


      1 ;;; vundo-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 vundo.el
     13 
     14 (defconst vundo-ascii-symbols '((selected-node . 120) (node . 111) (horizontal-stem . 45) (vertical-stem . 124) (branch . 124) (last-branch . 96)) "\
     15 ASCII symbols to draw vundo tree.")
     16 (defconst vundo-unicode-symbols '((selected-node . 9679) (node . 9675) (horizontal-stem . 9472) (vertical-stem . 9474) (branch . 9500) (last-branch . 9492)) "\
     17 Unicode symbols to draw vundo tree.")
     18 (autoload 'vundo "vundo" "\
     19 Display visual undo for the current buffer." t)
     20 (register-definition-prefixes "vundo" '("vundo-"))
     21 
     22 
     23 ;;; Generated autoloads from vundo-diff.el
     24 
     25 (autoload 'vundo-diff-mark "vundo-diff" "\
     26 Mark NODE for vundo diff.
     27 NODE defaults to the current node.
     28 
     29 (fn &optional NODE)" t)
     30 (autoload 'vundo-diff-unmark "vundo-diff" "\
     31 Unmark the node marked for vundo diff." t)
     32 (autoload 'vundo-diff "vundo-diff" "\
     33 Perform diff between marked and current buffer state.
     34 Displays in a separate diff buffer with name based on
     35 the original buffer name." t)
     36 (register-definition-prefixes "vundo-diff" '("vundo-diff-"))
     37 
     38 ;;; End of scraped data
     39 
     40 (provide 'vundo-autoloads)
     41 
     42 ;; Local Variables:
     43 ;; version-control: never
     44 ;; no-byte-compile: t
     45 ;; no-update-autoloads: t
     46 ;; no-native-compile: t
     47 ;; coding: utf-8-emacs-unix
     48 ;; End:
     49 
     50 ;;; vundo-autoloads.el ends here