# HG changeset patch # User Richard M. Stallman # Date 889911949 0 # Node ID aba31b37562b3742d8ff07891f1988d9829b4647 # Parent 934132d629876a96fc5835fbfce1634e4527ec1b (locate-current-line-number): No longer interactive. diff -r 934132d62987 -r aba31b37562b lisp/locate.el --- a/lisp/locate.el Sat Mar 14 21:44:13 1998 +0000 +++ b/lisp/locate.el Sat Mar 14 21:45:49 1998 +0000 @@ -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