alphapapa / alphapapa/defrepeater.el
don't warn when the existing symbol is an autoload
Đang mở
- Ngôn ngữ chính
- Emacs Lisp
- Star
- 22
- Fork
- 4
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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))))`
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.