aboutsummaryrefslogtreecommitdiffstats
path: root/test/lisp/savehist-tests.el (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ; Add 2026 to copyright years.Sean Whitton2026-01-011-1/+1
|
* ; silence some compiler warnings in testsMattias EngdegÄrd2025-07-191-61/+63
| | | | | | | * test/lisp/savehist-tests.el (savehist-test-saved-variables): (savehist-test-duplicated-saved-symbols): * test/src/data-tests.el (binding-test-toplevel-values): Suppress harmless warnings.
* ; Silence byte-compilerStefan Kangas2025-02-091-21/+23
| | | | | * lisp/net/eww.el (eww-bookmark-kill): * test/lisp/savehist-tests.el: Silence byte-compiler.
* Eliminate savehist duplicated symbolsshipmints2025-02-081-0/+104
* lisp/savehist.el (savehist-save): Do not save symbols duplicated between 'savehist-minibuffer-history-variables' and 'savehist-additional-variables'. (Bug#76123) * test/lisp/savehist-tests.el: New file.