comparison lisp/ChangeLog @ 106777:e96c7312f94c

Fix compile-command's safe-local-variable condition. * progmodes/compile.el: Don't treat compile-command as safe if compilation-read-command might be nil (Bug#4218).
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 09 Jan 2010 15:53:55 -0500
parents 6aa2fde93c55
children 95040dd9104b
comparison
equal deleted inserted replaced
106776:7a2c06c2f19c 106777:e96c7312f94c
1 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
2
3 * progmodes/compile.el: Don't treat compile-command as safe if
4 compilation-read-command might be nil (Bug#4218).
5
1 2010-01-09 Jan Djärv <jan.h.d@swipnet.se> 6 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
2 7
3 * startup.el (command-line-1): Use orig-argi to check for ignored X and 8 * startup.el (command-line-1): Use orig-argi to check for ignored X and
4 NS options. 9 NS options.
5 10