unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* ARG is not passed to beginning-of-defun-function
@ 2003-02-24 22:03 Alan Mackenzie
  0 siblings, 0 replies; only message in thread
From: Alan Mackenzie @ 2003-02-24 22:03 UTC (permalink / raw)


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").

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-02-24 22:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-02-24 22:03 ARG is not passed to beginning-of-defun-function Alan Mackenzie

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).