unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Is this a bug of Emacs-Lisp?
@ 2006-02-17  5:47 Zhang Wei
  2006-02-17 16:21 ` Giorgos Keramidas
                   ` (8 more replies)
  0 siblings, 9 replies; 13+ messages in thread
From: Zhang Wei @ 2006-02-17  5:47 UTC (permalink / raw)


(defun dummy () '(1 . 2))

(dummy)
 => (1 . 2)

(setcdr (dummy) 3)

(dummy)
 => (1 . 3)

Modify the return value of dummy changed it's defination. Is this
a bug of Elisp? If it's not. How does this happen?


-- 
Zhang Wei or Brep
<brep@smth.org>

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

end of thread, other threads:[~2006-02-18 18:34 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-17  5:47 Is this a bug of Emacs-Lisp? Zhang Wei
2006-02-17 16:21 ` Giorgos Keramidas
2006-02-18  5:26   ` Drew Adams
2006-02-18  6:42     ` Drew Adams
2006-02-18 16:18     ` Andreas Schwab
2006-02-17 16:28 ` Andreas Schwab
2006-02-17 17:20 ` David Kastrup
2006-02-17 17:57 ` Luc Teirlinck
2006-02-17 18:18 ` Luc Teirlinck
2006-02-17 19:24 ` Alan Mackenzie
2006-02-17 19:29 ` Kevin Rodgers
2006-02-17 22:34 ` Sascha Wilde
2006-02-18 18:34 ` Richard M. Stallman

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