changeset 60409:469a1901dd91

(goto-line): Remove unbalanced final parenthesis.
author Luc Teirlinck <teirllm@auburn.edu>
date Sat, 05 Mar 2005 19:09:07 +0000
parents 49ffcf1ce31c
children 521b8e2f32e9
files lisp/simple.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/simple.el	Sat Mar 05 18:40:27 2005 +0000
+++ b/lisp/simple.el	Sat Mar 05 19:09:07 2005 +0000
@@ -780,7 +780,7 @@
     (goto-char 1)
     (if (eq selective-display t)
 	(re-search-forward "[\n\C-m]" nil 'end (1- arg))
-      (forward-line (1- arg))))))
+      (forward-line (1- arg)))))
 
 (defun count-lines-region (start end)
   "Print number of lines and characters in the region."