mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(calc-mode): Replace copy-list' with copy-sequence'.
This commit is contained in:
parent
2c55aacfb6
commit
7048562d01
2 changed files with 5 additions and 1 deletions
|
|
@ -1335,7 +1335,7 @@ Notations: 3.14e6 3.14 * 10^6
|
|||
(calc-refresh t)
|
||||
(calc-set-mode-line)
|
||||
(calc-check-defines)
|
||||
(if calc-buffer-list (setq calc-stack (copy-list calc-stack)))
|
||||
(if calc-buffer-list (setq calc-stack (copy-sequence calc-stack)))
|
||||
(add-to-list 'calc-buffer-list (current-buffer) t))
|
||||
|
||||
(defvar calc-check-defines 'calc-check-defines) ; suitable for run-hooks
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue