diff -r 04b974b118c2 -r 87a5496d252c .emacs-my --- a/.emacs-my Thu Oct 01 16:10:54 2009 +0300 +++ b/.emacs-my Thu Oct 01 16:25:23 2009 +0300 @@ -81,6 +81,9 @@ (setq frame-title-format "Emacs - %b") +;; Always end a file with a newline. +;; (setq require-final-newline t) + ;; ---------------------------------------------------------------------- ;; Switching, creating, selecting buffers. (iswitchb-mode 1)