# HG changeset patch # User Oleksandr Gavenko # Date 1250855124 -10800 # Node ID e225b746945d5640abf980dfd4ab5b7d273342ed # Parent abe20171d6edd4e7e752006c53a73a58b4c592a1 Correct encoding. diff -r abe20171d6ed -r e225b746945d emacs.rst --- a/emacs.rst Fri Aug 21 14:43:59 2009 +0300 +++ b/emacs.rst Fri Aug 21 14:45:24 2009 +0300 @@ -1,4 +1,4 @@ --*- mode: outline -*- +-*- mode: outline; coding: utf-8 -*- * Debugging. @@ -24,8 +24,8 @@ When your InitFile has a bug, or when you load external files that cause errors, the bug is often hard to find, because the Emacs Lisp reader does not -know about line numbers and files – it just knows an error happened, and -that’s it. +know about line numbers and files - it just knows an error happened, and +that's it. *** Binary Search.