diff lisp/prim/lisp.el @ 70:131b0175ea99 r20-0b30

Import from CVS: tag r20-0b30
author cvs
date Mon, 13 Aug 2007 09:02:59 +0200
parents 8d2a9b52c682
children 54cc21c15cbb
line wrap: on
line diff
--- a/lisp/prim/lisp.el	Mon Aug 13 09:00:04 2007 +0200
+++ b/lisp/prim/lisp.el	Mon Aug 13 09:02:59 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)