mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-10 13:40:36 -08:00
* lisp/textmodes/page.el (page--count-lines-page): New function extracted from `count-lines-page'. (count-lines-page): Extract main logic into `page--count-lines-page'. (page--what-page); New function extracted from `what-page'. (what-page): Extract main logic into `page--what-page'. * test/lisp/textmodes/page-tests.el (page-tests-count-lines-page) (page-tests-what-page): New tests for `page--count-lines-page' and `page--what-page'. (Bug#36009) |
||
|---|---|---|
| .. | ||
| conf-mode-tests.el | ||
| css-mode-tests.el | ||
| dns-mode-tests.el | ||
| fill-tests.el | ||
| mhtml-mode-tests.el | ||
| page-tests.el | ||
| paragraphs-tests.el | ||
| reftex-tests.el | ||
| sgml-mode-tests.el | ||
| tildify-tests.el | ||
| underline-tests.el | ||