Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Is there an emacs command to show the difference between a buffer and its file?

e.g. I've made some edits to a buffer, forgotten what they were, and now I need to save the buffer to its file, but want to check what I have actually changed first.

I'm sure I've seen such a a command but can't now find it.

share|improve this question

1 Answer

up vote 17 down vote accepted

diff-buffer-with-file. I just googled for "emacs compare buffer file changed".

share|improve this answer
1  
i googled - 'emacs difference between buffer and file', got me nowhere. You're a better googler than me ;) – Hiett Feb 16 '12 at 15:52
4  
And the ediff version is: M-x ediff-current-file – phils Feb 16 '12 at 19:38

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.