all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Juanma Barranquero <lekktu@gmail.com>
To: Emacs developers <emacs-devel@gnu.org>
Subject: Is this fallout from the end-of-defun changes?
Date: Thu, 19 Feb 2009 11:01:04 +0100	[thread overview]
Message-ID: <f7ccd24b0902190201r3c77b3b2o2c19b4adcf75979d@mail.gmail.com> (raw)

;;; bug.el ;;;
(defun function1 ()
  nil)

(defun function2 ()
  nil)
;;; end ;;;

Doing

  emacs -Q bug.el --eval "(progn (forward-list) (eval-defun nil))"

With 22.3              => function1
With the pretest       => function1
With the current trunk => function2

I'll file a bug report as soon as Stefan confirms that it is one (it
should, it's quite weird to be on a line of function1 and get
function2 evalled).

    Juanma




             reply	other threads:[~2009-02-19 10:01 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-19 10:01 Juanma Barranquero [this message]
2009-02-19 16:55 ` Is this fallout from the end-of-defun changes? Stefan Monnier
2009-02-19 18:44   ` Juanma Barranquero
2009-02-27 22:07   ` Tobias C. Rittweiler
2009-03-03 20:53     ` Tobias C. Rittweiler
2009-03-03 22:01     ` Stefan Monnier
2009-03-03 22:13       ` Tobias C. Rittweiler
2009-02-19 19:57 ` Alan Mackenzie
2009-02-19 20:17   ` Juanma Barranquero

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=f7ccd24b0902190201r3c77b3b2o2c19b4adcf75979d@mail.gmail.com \
    --to=lekktu@gmail.com \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.