diff options
author | Eli Zaretskii <eliz@gnu.org> | 2015-09-21 19:51:20 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2015-09-21 19:51:20 +0300 |
commit | db828f62f6f17414fbbc3206dac123dc73dd6055 (patch) | |
tree | a9030ce4484b15e9cf292677ae0280dd6b4a2e5d /lisp/replace.el | |
parent | 818fc6e128491de6bc5d630f6c9c8adf969e3ea8 (diff) | |
download | emacs-db828f62f6f17414fbbc3206dac123dc73dd6055.tar.gz emacs-db828f62f6f17414fbbc3206dac123dc73dd6055.tar.bz2 emacs-db828f62f6f17414fbbc3206dac123dc73dd6055.zip |
Don't rely on defaults in decoding UTF-8 encoded Lisp files
* lisp/replace.el:
* lisp/textmodes/rst.el:
* lisp/whitespace.el: Add an explicit UTF-8 encoding tag.
Diffstat (limited to 'lisp/replace.el')
-rw-r--r-- | lisp/replace.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/replace.el b/lisp/replace.el index 3a908ac4d8d..d84f3a24f61 100644 --- a/lisp/replace.el +++ b/lisp/replace.el @@ -1,4 +1,4 @@ -;;; replace.el --- replace commands for Emacs +;;; replace.el --- replace commands for Emacs -*- coding: utf-8 -*- ;; Copyright (C) 1985-1987, 1992, 1994, 1996-1997, 2000-2015 Free ;; Software Foundation, Inc. |