Update packages

This commit is contained in:
Mateus Pinto Rodrigues
2018-10-04 13:56:56 -03:00
parent 5d03e5e124
commit d272c43bcd
785 changed files with 367265 additions and 25 deletions

View File

@@ -0,0 +1,57 @@
;;; faceup-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
(add-to-list 'load-path (directory-file-name
(or (file-name-directory #$) (car load-path))))
;;;### (autoloads nil "faceup" "faceup.el" (0 0 0 0))
;;; Generated autoloads from faceup.el
(autoload 'faceup-view-buffer "faceup" "\
Display the faceup representation of the current buffer.
\(fn)" t nil)
(autoload 'faceup-write-file "faceup" "\
Save the faceup representation of the current buffer to the file FILE-NAME.
Unless a name is given, the file will be named xxx.faceup, where
xxx is the file name associated with the buffer.
If optional second arg CONFIRM is non-nil, this function
asks for confirmation before overwriting an existing file.
Interactively, confirmation is required unless you supply a prefix argument.
\(fn &optional FILE-NAME CONFIRM)" t nil)
(autoload 'faceup-render-view-buffer "faceup" "\
Convert BUFFER containing Faceup markup to a new buffer and display it.
\(fn &optional BUFFER)" t nil)
(autoload 'faceup-clean-buffer "faceup" "\
Remove faceup markup from buffer.
\(fn)" t nil)
(autoload 'faceup-defexplainer "faceup" "\
Defines an Ert explainer function for FUNCTION.
FUNCTION must return an explanation when the test fails and
`faceup-test-explain' is set.
\(fn FUNCTION)" nil t)
(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "faceup" '("faceup-")))
;;;***
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; coding: utf-8
;; End:
;;; faceup-autoloads.el ends here

View File

@@ -0,0 +1,2 @@
;;; -*- no-byte-compile: t -*-
(define-package "faceup" "20170925.1946" "Markup language for faces and font-lock regression testing" 'nil :commit "6c92dad56a133e14e7b27831e1bcf9b3a71ff154" :keywords '("faces" "languages") :authors '(("Anders Lindgren")) :maintainer '("Anders Lindgren") :url "https://github.com/Lindydancer/faceup")

File diff suppressed because it is too large Load Diff