emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/simple.el,v


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/simple.el,v
Date: Sun, 17 Dec 2006 22:14:48 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       06/12/17 22:14:48

Index: simple.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/simple.el,v
retrieving revision 1.837
retrieving revision 1.838
diff -u -b -r1.837 -r1.838
--- simple.el   4 Dec 2006 05:51:48 -0000       1.837
+++ simple.el   17 Dec 2006 22:14:48 -0000      1.838
@@ -707,7 +707,7 @@
 (defun delete-horizontal-space (&optional backward-only)
   "Delete all spaces and tabs around point.
 If BACKWARD-ONLY is non-nil, only delete spaces before point."
-  (interactive "*")
+  (interactive "*P")
   (let ((orig-pos (point)))
     (delete-region
      (if backward-only




reply via email to

[Prev in Thread] Current Thread [Next in Thread]