emacs/org/elpa/wfnames-20240418.1005/wfnames-autoloads.el

36 lines
988 B
EmacsLisp
Raw Normal View History

2024-07-28 16:03:37 +00:00
;;; wfnames-autoloads.el --- automatically extracted autoloads (do not edit) -*- lexical-binding: t -*-
;; Generated by the `loaddefs-generate' function.
;; This file is part of GNU Emacs.
2023-08-10 14:03:04 +00:00
;;; Code:
2024-07-28 16:03:37 +00:00
(add-to-list 'load-path (or (and load-file-name (directory-file-name (file-name-directory load-file-name))) (car load-path)))
2023-08-10 14:03:04 +00:00
;;; Generated autoloads from wfnames.el
(autoload 'wfnames-setup-buffer "wfnames" "\
Initialize wfnames buffer with FILES and display it with DISPLAY-FN.
Arg DISPLAY-FN default to `switch-to-buffer' if unspecified.
When APPEND is specified, append FILES to existing `wfnames-buffer'.
2024-07-28 16:03:37 +00:00
(fn FILES &optional (DISPLAY-FN #\\='switch-to-buffer) APPEND)")
2023-08-10 14:03:04 +00:00
(register-definition-prefixes "wfnames" '("wfnames-"))
2024-07-28 16:03:37 +00:00
;;; End of scraped data
(provide 'wfnames-autoloads)
2023-08-10 14:03:04 +00:00
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
2024-07-28 16:03:37 +00:00
;; no-native-compile: t
;; coding: utf-8-emacs-unix
2023-08-10 14:03:04 +00:00
;; End:
2024-07-28 16:03:37 +00:00
2023-08-10 14:03:04 +00:00
;;; wfnames-autoloads.el ends here