]> code.delx.au - gnu-emacs-elpa/blobdiff - snippets/emacs-lisp-mode/x-find-replace.yasnippet
Removed final newline from snippet files.
[gnu-emacs-elpa] / snippets / emacs-lisp-mode / x-find-replace.yasnippet
index 13c3b0210690f7728f4a3aed2c9678a25f893f1a..dad043045e183a6ea26d8650c106370f127259ad 100755 (executable)
@@ -14,4 +14,4 @@ This works on the current region."
     (goto-char (point-min))
     (while (search-forward ">" nil t) (replace-match ">" nil t))
     )
-  )
+  )
\ No newline at end of file