diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2023-01-04 18:37:19 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2023-01-04 18:37:19 +0100 |
| commit | 74673d33faf75c7f5e92e05a72f2d0dade7b346c (patch) | |
| tree | 84640f19764a3767cea978e0d566dec3935dba47 /compat-28.el | |
| parent | f3799fd74596c0acefb6d26475f2519c99dbe885 (diff) | |
Add tests
Diffstat (limited to 'compat-28.el')
| -rw-r--r-- | compat-28.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compat-28.el b/compat-28.el index 5df1b56..3bbc2e5 100644 --- a/compat-28.el +++ b/compat-28.el @@ -222,7 +222,7 @@ If COUNT is non-nil and a natural number, the function will ;;;; xfaces.c -(compat-defun color-values-from-color-spec (spec) ;; <UNTESTED> +(compat-defun color-values-from-color-spec (spec) ;; <OK> "Parse color SPEC as a numeric color and return (RED GREEN BLUE). This function recognises the following formats for SPEC: |
