diff lisp/prim/lisp.el @ 74:54cc21c15cbb r20-0b32

Import from CVS: tag r20-0b32
author cvs
date Mon, 13 Aug 2007 09:04:33 +0200
parents 131b0175ea99
children c0c698873ce1
line wrap: on
line diff
--- a/lisp/prim/lisp.el	Mon Aug 13 09:03:47 2007 +0200
+++ b/lisp/prim/lisp.el	Mon Aug 13 09:04:33 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)