1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-25 10:47:00 +00:00

Rms (in his change to comment-region on Feb 1) decided to make

`interactive' in the function backward-word all upper case.  Needless
to say, this isn't such a good idea.
This commit is contained in:
Michael I. Bushnell 1994-02-03 23:48:59 +00:00
parent 07f4d1231f
commit 9e50756b47

View File

@ -1,6 +1,6 @@
;;; simple.el --- basic editing commands for Emacs
;; Copyright (C) 1985, 1986, 1987, 1993 Free Software Foundation, Inc.
;; Copyright (C) 1985, 1986, 1987, 1993, 1994 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
@ -1877,7 +1877,7 @@ not end the comment. Blank lines do not get comments."
"Move backward until encountering the end of a word.
With argument, do this that many times.
In programs, it is faster to call `forward-word' with negative arg."
(INTERACTIVE "p")
(interactive "p")
(forward-word (- arg)))
(defun mark-word (arg)