Need this code saved in your .emacs file for use with Aquamacs Emacs for blogmax to upload properly. Get's rid of some FTP errors...
(defun mac-set-creator-code-for-file () (if (and aquamacs-set-creator-codes-after-writing-files buffer-file-name (fboundp 'mac-set-file-creator) (not (file-remote-p buffer-file-name))) (mac-set-file-creator buffer-file-name))) |
That should about do it... I would think