bug-gnu-emacs
[Top][All Lists]
Advanced

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

ARG is not passed to beginning-of-defun-function


From: Alan Mackenzie
Subject: ARG is not passed to beginning-of-defun-function
Date: 24 Feb 2003 23:03:41 +0100
Date: Mon, 24 Feb 2003 22:07:03 +0000
User-agent: tin/1.4.5-20010409 ("One More Nightmare") (UNIX) (Linux/2.0.35 (i686))

In ...../lisp/emacs-lisp/lisp.el version 1.47, line 188 there is:

  (interactive "p")
  (if beginning-of-defun-function
      (funcall beginning-of-defun-function)

Surely this should be:

  (interactive "p")
  (if beginning-of-defun-function
      (funcall beginning-of-defun-function ARG)

The same applies to end-of-defun, Line 221.

-- 
Alan Mackenzie (Munich, Germany)
Email: aacm@muuc.dee; to decode, wherever there is a repeated letter
(like "aa"), remove half of them (leaving, say, "a").





reply via email to

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