Mercurial > emacs
changeset 5944:022fbe742832
(current-word): Remove (interactive).
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Mon, 14 Feb 1994 19:51:22 +0000 |
parents | 35526ee8b790 |
children | e449bfa3caae |
files | lisp/simple.el |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/simple.el Mon Feb 14 19:44:36 1994 +0000 +++ b/lisp/simple.el Mon Feb 14 19:51:22 1994 +0000 @@ -1959,7 +1959,6 @@ move forward first. Otherwise, move backwards until a word constituent is found and get that word; if you reach a newline first, move forward instead." - (interactive) (save-excursion (let ((oldpoint (point)) (start (point)) (end (point))) (skip-syntax-backward "w_") (setq start (point))