From dc268724ec5dda27a09c6703661a42a62d759239 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 14 Mar 1998 21:45:49 +0000 Subject: [PATCH] (locate-current-line-number): No longer interactive. --- lisp/locate.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.39.5