1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -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

@ -405,7 +405,3 @@ Optional arg DISPLAY non-nil means show messages in the echo area."
(kill-buffer outbuf))))
;;; cmacexp.el ends here
;; Local Variables:
;; coding: utf-8
;; End: