diff options
Diffstat (limited to 'test/src/comp-resources')
| -rw-r--r-- | test/src/comp-resources/comp-test-funcs.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/src/comp-resources/comp-test-funcs.el b/test/src/comp-resources/comp-test-funcs.el index 0a60f4d6cc4..9092f040c80 100644 --- a/test/src/comp-resources/comp-test-funcs.el +++ b/test/src/comp-resources/comp-test-funcs.el | |||
| @@ -515,6 +515,8 @@ | |||
| 515 | (defun comp-test-47868-4-f () | 515 | (defun comp-test-47868-4-f () |
| 516 | #(" " 0 1 (face font-lock-keyword-face))) | 516 | #(" " 0 1 (face font-lock-keyword-face))) |
| 517 | 517 | ||
| 518 | (defun comp-test-48029-nonascii-žžž-f (arg) | ||
| 519 | (when arg t)) | ||
| 518 | 520 | ||
| 519 | 521 | ||
| 520 | ;;;;;;;;;;;;;;;;;;;; | 522 | ;;;;;;;;;;;;;;;;;;;; |