Mercurial > emacs
changeset 21184:aba31b37562b
(locate-current-line-number): No longer interactive.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 14 Mar 1998 21:45:49 +0000 |
parents | 934132d62987 |
children | 15d4310cb9e7 |
files | lisp/locate.el |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 <pbreton@i-kinetics.com> +;; Author: Peter Breton <pbreton@cs.umb.edu> ;; 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