Klimi's new dotfiles with stow.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

44 rivejä
1.3 KiB

4 vuotta sitten
  1. ;;; validate-autoloads.el --- automatically extracted autoloads
  2. ;;
  3. ;;; Code:
  4. (add-to-list 'load-path (directory-file-name
  5. (or (file-name-directory #$) (car load-path))))
  6. ;;;### (autoloads nil "validate" "validate.el" (0 0 0 0))
  7. ;;; Generated autoloads from validate.el
  8. (autoload 'validate-value "validate" "\
  9. Check that VALUE matches SCHEMA.
  10. If it matches return VALUE, otherwise signal a `user-error'.
  11. If NOERROR is non-nil, return t to indicate a match and nil to
  12. indicate a failure.
  13. \(fn VALUE SCHEMA &optional NOERROR)" nil nil)
  14. (autoload 'validate-variable "validate" "\
  15. Check that SYMBOL's value matches its schema.
  16. SYMBOL must be the name of a custom option with a defined
  17. `custom-type'. If SYMBOL has a value and a type, they are checked
  18. with `validate-value'. NOERROR is passed to `validate-value'.
  19. \(fn SYMBOL &optional NOERROR)" nil nil)
  20. (autoload 'validate-mark-safe-local "validate" "\
  21. Mark SYMBOL as a safe local if its custom type is obeyed.
  22. \(fn SYMBOL)" nil nil)
  23. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "validate" '("validate-")))
  24. ;;;***
  25. ;; Local Variables:
  26. ;; version-control: never
  27. ;; no-byte-compile: t
  28. ;; no-update-autoloads: t
  29. ;; coding: utf-8
  30. ;; End:
  31. ;;; validate-autoloads.el ends here