diff options
author | Dmitry Gutov <dgutov@yandex.ru> | 2015-09-29 01:39:14 +0300 |
---|---|---|
committer | Dmitry Gutov <dgutov@yandex.ru> | 2015-09-29 01:39:46 +0300 |
commit | 166a6556d0ec9926035aa2bce3dc0b0827b447ef (patch) | |
tree | f9c77f7f41fdfaa55212e60fe71d5d595fe3a298 /lisp/wdired.el | |
parent | 2d712286ac67c3bb4d8da3a6d62d71eca1726aad (diff) | |
download | emacs-166a6556d0ec9926035aa2bce3dc0b0827b447ef.tar.gz |
; Remove extraneous "coding: utf-8" specifications in Elisp files
Diffstat (limited to 'lisp/wdired.el')
-rw-r--r-- | lisp/wdired.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/wdired.el b/lisp/wdired.el index a9e1e2acc2a..8ee9a83d1d2 100644 --- a/lisp/wdired.el +++ b/lisp/wdired.el @@ -849,7 +849,6 @@ Like original function but it skips read-only words." (provide 'wdired) ;; Local Variables: -;; coding: utf-8 ;; byte-compile-dynamic: t ;; End: |