branch: externals/compat commit 954c97b0a9ecc7920c8fdf0b721d778f6d4707f0 Author: Philip Kaludercic <phil...@posteo.net> Commit: Philip Kaludercic <phil...@posteo.net>
Update compat-tests header --- compat-tests.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/compat-tests.el b/compat-tests.el index d59658c..a42c5cf 100644 --- a/compat-tests.el +++ b/compat-tests.el @@ -27,16 +27,13 @@ ;; test these in or their tests are trivial -- or a combination of ;; both. The current list of untested functions, macros, etc. are: ;; -;; - and-let* (`compat--and-let*') ;; - buffer-local-boundp (`buffer-local-boundp') ;; - count-windows (`compat--count-windows') -;; - defmacro (`compat--defmacro') ;; - directory-empty-p (`compat--directory-empty-p') ;; - directory-files (`compat--directory-files') ;; - dlet (`compat--dlet') ;; - garbage-collect-maybe (`compat--garbage-collect-maybe') ;; - if-let (`compat--if-let') -;; - if-let* (`compat--if-let*') ;; - ignore-error (`compat--ignore-error') ;; - insert-into-buffer (`compat--insert-into-buffer') ;; - line-number-at-pos (`compat--line-number-at-pos')