]> code.delx.au - gnu-emacs/blobdiff - lisp/textmodes/paragraphs.el
; Remove extraneous "coding: utf-8" specifications in Elisp files
[gnu-emacs] / lisp / textmodes / paragraphs.el
index 8bcc71ed5317dbecf8cace45221bf97fc736f919..58c6567880292681cebc0d24c6e1492baac6d401 100644 (file)
@@ -536,8 +536,4 @@ the current sentence with the one containing the mark."
   (interactive "*p")
   (transpose-subr 'forward-sentence arg))
 
-;; Local Variables:
-;; coding: utf-8
-;; End:
-
 ;;; paragraphs.el ends here