comparison src/ChangeLog @ 5883:d93195c2c906

Escape quotation marks when printing values interactively, #'getenv src/ChangeLog addition: 2015-04-01 Aidan Kehoe <kehoea@parhasard.net> * process.c (Fgetenv): When interactively showing a variable's value, use %S in the format string so quotation marks are escaped correctly.
author Aidan Kehoe <kehoea@parhasard.net>
date Fri, 03 Apr 2015 00:15:18 +0100
parents 31dd275fa683
children c96000075e49
comparison
equal deleted inserted replaced
5882:bbe4146603db 5883:d93195c2c906
1 2015-04-01 Aidan Kehoe <kehoea@parhasard.net>
2
3 * process.c (Fgetenv):
4 When interactively showing a variable's value, use %S in the
5 format string so quotation marks are escaped correctly.
6
1 2015-03-31 Aidan Kehoe <kehoea@parhasard.net> 7 2015-03-31 Aidan Kehoe <kehoea@parhasard.net>
2 8
3 * event-stream.c (Faccept_process_output): 9 * event-stream.c (Faccept_process_output):
4 Restore the current buffer even on non-local exit in this 10 Restore the current buffer even on non-local exit in this
5 function, none of the code that uses #'accept-process-output is 11 function, none of the code that uses #'accept-process-output is