diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2013-03-05 09:13:01 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2013-03-05 09:13:01 -0800 |
commit | c38e0c974e11c5c273ef8f6adb58442f4e30f460 (patch) | |
tree | e58cce0ea0b3de5c4187c43810c641093d8e0419 /lisp/battery.el | |
parent | 11f4d68f254fd7bb62d5148b78a0c9b1d49b97fe (diff) | |
download | emacs-c38e0c974e11c5c273ef8f6adb58442f4e30f460.tar.gz emacs-c38e0c974e11c5c273ef8f6adb58442f4e30f460.tar.bz2 emacs-c38e0c974e11c5c273ef8f6adb58442f4e30f460.zip |
Prefer UTF-8 when the encoding shouldn't matter and changes are small.
Diffstat (limited to 'lisp/battery.el')
-rw-r--r-- | lisp/battery.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/battery.el b/lisp/battery.el index 98ba7d1b631..d4e4d8b3a31 100644 --- a/lisp/battery.el +++ b/lisp/battery.el @@ -1,4 +1,4 @@ -;;; battery.el --- display battery status information -*- coding: iso-8859-1 -*- +;;; battery.el --- display battery status information -*- coding: utf-8 -*- ;; Copyright (C) 1997-1998, 2000-2013 Free Software Foundation, Inc. @@ -116,7 +116,7 @@ string are substituted as defined by the current value of the variable (defcustom battery-mode-line-format (cond ((eq battery-status-function 'battery-linux-proc-acpi) - "[%b%p%%,%d�C]") + "[%b%p%%,%d°C]") (battery-status-function "[%b%p%%]")) "Control string formatting the string to display in the mode line. |