]> code.delx.au - gnu-emacs-elpa/blobdiff - ztree-util.el
Removed workaround for fixing issue with electric-indent
[gnu-emacs-elpa] / ztree-util.el
index 7a79fbcb64137c399834841db57ef194a9ec801a..45f297de13a6f88b2cbf1791c0256e34c99e5f2a 100644 (file)
@@ -56,7 +56,7 @@ Taken from http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg01238.html"
 
 (defun newline-and-begin ()
   "Move a point to the beginning of the next line."
-  (newline)
+  (insert "\n")
   (beginning-of-line))
 
 (defun car-atom (value)