In system 44.3, with microcode 692, on LISP Machine Five:
A case where "'" is not the same as "QUOTE":
In a nested backquote (`), quote-comma-quote-comma foo (',',foo) behaves just like
foo alone (foo), which is quite different from (QUOTE ,',foo).
jcw