diff lisp/prim/lisp.el @ 6:27bc7f280385 r19-15b4

Import from CVS: tag r19-15b4
author cvs
date Mon, 13 Aug 2007 08:47:15 +0200
parents ac2d302a0011
children 49a24b4fd526
line wrap: on
line diff
--- a/lisp/prim/lisp.el	Mon Aug 13 08:46:57 2007 +0200
+++ b/lisp/prim/lisp.el	Mon Aug 13 08:47:15 2007 +0200
@@ -115,7 +115,7 @@
 With argument, do this that many times.
 A negative argument means move forward but still to a less deep spot.
 In Lisp programs, an argument is required."
-  (interactive "p")
+  (interactive "_p")
   (up-list (- arg)))
 
 (defun up-list (arg)