1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-29 00:31:01 -08:00

; Remove extraneous "coding: utf-8" specifications in Elisp files

This commit is contained in:
Dmitry Gutov 2015-09-29 01:39:14 +03:00
parent 2d712286ac
commit 166a6556d0
74 changed files with 41 additions and 158 deletions

View file

@ -286,7 +286,3 @@ version unless you know what you are doing.\n")
(provide 'shadow)
;;; shadow.el ends here
;; Local Variables:
;; coding: utf-8
;; End: