summaryrefslogtreecommitdiff
path: root/lisp/newcomment.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/newcomment.el')
-rw-r--r--lisp/newcomment.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/newcomment.el b/lisp/newcomment.el
index aabafc76b9a..172a5634a57 100644
--- a/lisp/newcomment.el
+++ b/lisp/newcomment.el
@@ -1481,7 +1481,7 @@ Unlike `comment-dwim', this always comments whole lines."
(apply #'max range)))
(forward-line 1)
(back-to-indentation)
- (unless (natnump n) (setq this-command 'comment-line-backward)))
+ (unless (natnump n) (setq this-command 'comment-line-backward))))
(provide 'newcomment)