]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/yasnippet/snippets/emacs-lisp-mode/x-find-replace.yasnippet
Merge branch 'master' of github.com:leoliu/ggtags
[gnu-emacs-elpa] / packages / yasnippet / snippets / emacs-lisp-mode / x-find-replace.yasnippet
index e5a1d6c39f833de24ce5af12b14e74a2d5f998d3..b0c58ec214929ffaf1872ef03ccd48f88fc0212f 100644 (file)
@@ -6,7 +6,7 @@
   "Replace “<” to “&lt;” and other chars in HTML.
 This works on the current region."
   (interactive "r")
-  (save-restriction 
+  (save-restriction
     (narrow-to-region start end)
     (goto-char (point-min))
     (while (search-forward "&" nil t) (replace-match "&amp;" nil t))