From: Richard M. Stallman Date: Sat, 14 Mar 1998 21:45:49 +0000 (+0000) Subject: (locate-current-line-number): No longer interactive. X-Git-Tag: emacs-20.3~1890 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dc268724ec5dda27a09c6703661a42a62d759239;p=emacs.git (locate-current-line-number): No longer interactive. --- diff --git a/lisp/locate.el b/lisp/locate.el index 7cc3e0a2102..b3dc0766192 100644 --- a/lisp/locate.el +++ b/lisp/locate.el @@ -2,7 +2,7 @@ ;; Copyright (C) 1996, 1998 Free Software Foundation, Inc. -;; Author: Peter Breton +;; Author: Peter Breton ;; This file is part of GNU Emacs. @@ -252,7 +252,6 @@ ;; From SQL-mode (defun locate-current-line-number () "Return the current line number, as an integer." - (interactive) (+ (count-lines (point-min) (point)) (if (eq (current-column) 0) 1