; time-stamp (require 'time-stamp) (add-hook 'write-file-hooks 'time-stamp) (setq time-stamp-active t) (setq time-stamp-start "last update :") (setq time-stamp-format " %:b %02d, %04y %02I:%02M:%02S %P %Z") (setq time-stamp-end "$")
">