Per Abrahamsen writes:
There is a lot of changes in customize like this:
- (error "Keyword %s is missing an argument" keyword))
+ (signal 'error (list "Keyword is missing an argument"
keyword)))
What is the purpose of that change?
Maybe Hrvoje likes continuable errors? (I know I do)
Robert
--
The above are my opinions,
and my opinions only.