alphapapa / alphapapa/defrepeater.el
don't warn when the existing symbol is an autoload
Ouverte
- Langage dominant
- Emacs Lisp
- Étoiles
- 22
- Forks
- 4
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
If you have an autoload for your foo-repeat function, it's fbound, but you haven't yet run the defrepeater to actually define it. The warning should be silent in this case.
`(fboundp ',name)` -> `(and (fboundp ',name) (not (autoloadp (symbol-function ',name))))`
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.