all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Is this fallout from the end-of-defun changes?
@ 2009-02-19 10:01 Juanma Barranquero
  2009-02-19 16:55 ` Stefan Monnier
  2009-02-19 19:57 ` Alan Mackenzie
  0 siblings, 2 replies; 9+ messages in thread
From: Juanma Barranquero @ 2009-02-19 10:01 UTC (permalink / raw)
  To: Emacs developers

;;; 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




^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2009-03-03 22:13 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-19 10:01 Is this fallout from the end-of-defun changes? Juanma Barranquero
2009-02-19 16:55 ` 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

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.