Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove test/automated detritus from merge | Paul Eggert | 2017-01-01 | 1 | -98/+0 |
| | |||||
* | Update copyright year to 2017 | Paul Eggert | 2016-12-31 | 1 | -1/+1 |
| | | | | Run admin/update-copyright. | ||||
* | Update copyright year to 2016 | Paul Eggert | 2016-01-01 | 1 | -1/+1 |
| | | | | Run admin/update-copyright. | ||||
* | * test/lisp/abbrev-tests.el: Define more tests | Lee Bochicchio | 2015-11-27 | 1 | -0/+55 |
| | | | | | (abbrev-table-name-test, kill-all-abbrevs-test) (clear-abbrev-table-test): New tests. | ||||
* | ;* test/automated/abbrev-tests.el: Fix a typo in a comment | Eli Zaretskii | 2015-11-08 | 1 | -1/+1 |
| | |||||
* | Fix error in copy-abbrev-table | Eli Zaretskii | 2015-11-07 | 1 | -0/+43 |
* lisp/abbrev.el (define-abbrev): Don't erase the :abbrev-table-modiff property of the abbrev-table. (Bug#21828) * test/automated/abbrev-tests.el: New file. |