]> code.delx.au - gnu-emacs/blobdiff - lisp/textmodes/paragraphs.el
Add new function dom-remove-node
[gnu-emacs] / lisp / textmodes / paragraphs.el
index 8bcc71ed5317dbecf8cace45221bf97fc736f919..b7523ca9f43a06cbca22bd69986b9aeddbe12235 100644 (file)
@@ -1,6 +1,6 @@
 ;;; paragraphs.el --- paragraph and sentence parsing
 
-;; Copyright (C) 1985-1987, 1991, 1994-1997, 1999-2015 Free Software
+;; Copyright (C) 1985-1987, 1991, 1994-1997, 1999-2016 Free Software
 ;; Foundation, Inc.
 
 ;; Maintainer: emacs-devel@gnu.org
@@ -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