]> code.delx.au - gnu-emacs-elpa/blobdiff - snippets/emacs-lisp-mode/x-find-replace.yasnippet
added about 10 elisp keywords. work in progress to add more.
[gnu-emacs-elpa] / snippets / emacs-lisp-mode / x-find-replace.yasnippet
old mode 100644 (file)
new mode 100755 (executable)
similarity index 88%
rename from snippets/emacs-lisp-mode/find-replace
rename to snippets/emacs-lisp-mode/x-find-replace.yasnippet
index cefcf51..13c3b02
@@ -1,5 +1,5 @@
-#name : find and replace on region
-#contributor : Xah Lee
+#contributor: Xah Lee (XahLee.org)
+#name: find and replace on region
 # --
 (defun replace-html-chars-region (start end)
   "Replace “<” to “&lt;” and other chars in HTML.