Change #263333
| Category | texinfo |
| Changed by | Gavin Smith <gavinsmith0123@gmail.com> |
| Changed at | Thu 02 Apr 2026 19:08:01 |
| Repository | https://git.savannah.gnu.org/git/texinfo.git |
| Project | texinfo |
| Branch | master |
| Revision | ba0ce1ce848a7def5d083441b7b53d62be2f910d |
Comments
* info/variables.c (set_variable_to_value): For variables with a list of possible choices, if requested value is not in that list, do not update 'where_set' field and return 0. This has the effect of printing an error message if an incorrect value is used in an infokey file, which wasn't done before with this version of the code.
Changed files
- ChangeLog
- info/variables.c