|
From: | Juri Linkov |
Subject: | Re: next-error accepts a prefix argument, but previous-error doesn't |
Date: | 21 Aug 2003 18:51:40 +0300 |
User-agent: | Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux) |
Kevin Rodgers <ihs_4664@yahoo.com> writes: > Here's a patch to allow the user to specify how many errors to move: > [skipped...] > > ! (defun previous-error (argp) > > [...skipped] You should change the argument argp of previous-error to be optional, just as argument of next-error already is: (defun next-error (&optional argp) Thanks. -- http://www.jurta.org/emacs/
[Prev in Thread] | Current Thread | [Next in Thread] |