emacs-devel
[Top][All Lists]
Advanced

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

Re: emacs/lisp/calc calc.el


From: Glenn Morris
Subject: Re: emacs/lisp/calc calc.el
Date: Mon, 27 Apr 2009 18:44:27 -0400
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Jay Belanger wrote:

> +  (if calc-buffer-list (setq calc-stack (copy-list calc-stack)))

copy-list is a CL function, which may not be used at runtime.
Hence this warning:

calc.el:3781:1:Warning: the function `copy-list' is not known to be defined.




reply via email to

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