]> git.eshelyaron.com Git - emacs.git/commitdiff
(locate-current-line-number): No longer interactive.
authorRichard M. Stallman <rms@gnu.org>
Sat, 14 Mar 1998 21:45:49 +0000 (21:45 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 14 Mar 1998 21:45:49 +0000 (21:45 +0000)
lisp/locate.el

index 7cc3e0a2102f9d95f95d5073facd8fdb6b12c602..b3dc07661920af13b97f0ef1c7886f55b7b1f1e9 100644 (file)
@@ -2,7 +2,7 @@
 
 ;; Copyright (C) 1996, 1998 Free Software Foundation, Inc.
 
-;; Author: Peter Breton <pbreton@i-kinetics.com>
+;; Author: Peter Breton <pbreton@cs.umb.edu>
 
 ;; This file is part of GNU Emacs.
 
 ;; 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