aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/simple.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/simple.el')
-rw-r--r--lisp/simple.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/simple.el b/lisp/simple.el
index 329284807d2..510fb4a3b23 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -512,7 +512,7 @@ With arg N, insert N newlines."
512 (interactive "*p") 512 (interactive "*p")
513 (let* ((do-fill-prefix (and fill-prefix (bolp))) 513 (let* ((do-fill-prefix (and fill-prefix (bolp)))
514 (do-left-margin (and (bolp) (> (current-left-margin) 0))) 514 (do-left-margin (and (bolp) (> (current-left-margin) 0)))
515 (loc (point)) 515 (loc (point-marker))
516 ;; Don't expand an abbrev before point. 516 ;; Don't expand an abbrev before point.
517 (abbrev-mode nil)) 517 (abbrev-mode nil))
518 (newline n) 518 (newline n)