1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

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.
This commit is contained in:
Eli Zaretskii 2015-09-21 19:51:20 +03:00
parent 818fc6e128
commit db828f62f6
4 changed files with 9 additions and 2 deletions

View file

@ -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.