whitespace.el: (whitespace-cleanup) fails to clean whitespace at beginning of buffer due to a failed regexp starting with "\\`^". This patch removes the "^" from the regexp. 2012-05-16 Kevin Fletcher * lisp/whitespace.el (whitespace-cleanup): Fixed cleaning of whitespace at beginning of buffer.