diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2023-10-29 10:37:33 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2023-10-29 10:37:33 +0100 |
| commit | 0e14d8bcac6ee324d1fc2164b5d501ce966e93b5 (patch) | |
| tree | 7eaa9371830570f9d256898d1539f1c3c58159ce /cape-char.el | |
| parent | bee13e568d42ffec9010fbf795e8f942973da174 (diff) | |
Rename internal function for consistency
Diffstat (limited to 'cape-char.el')
| -rw-r--r-- | cape-char.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cape-char.el b/cape-char.el index ff82444..7c0a292 100644 --- a/cape-char.el +++ b/cape-char.el @@ -126,7 +126,7 @@ function acts like a Capf." method method) ((not ,pre-req) (cons (point) (point)))))) (append (list (car bounds) (cdr bounds) - (cape--table-with-properties ,hash :category ',capf)) + (cape--properties-table ,hash :category ',capf)) ,props))))))) ;;;###autoload (autoload 'cape-tex "cape-char" nil t) |
