mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-07 15:21:46 +00:00
(calc-graph-plot): Removed emacs version check.
This commit is contained in:
parent
ab079f7202
commit
33f3d9aebb
@ -289,12 +289,8 @@
|
||||
(tty-output nil)
|
||||
cache-env is-splot device output resolution precision samples-pos)
|
||||
(or (boundp 'calc-graph-prev-kill-hook)
|
||||
(if calc-emacs-type-19
|
||||
(progn
|
||||
(setq calc-graph-prev-kill-hook nil)
|
||||
(add-hook 'kill-emacs-hook 'calc-graph-kill-hook))
|
||||
(setq calc-graph-prev-kill-hook kill-emacs-hook)
|
||||
(setq kill-emacs-hook 'calc-graph-kill-hook)))
|
||||
(setq calc-graph-prev-kill-hook nil)
|
||||
(add-hook 'kill-emacs-hook 'calc-graph-kill-hook))
|
||||
(save-excursion
|
||||
(calc-graph-init)
|
||||
(set-buffer tempbuf)
|
||||
|
Loading…
Reference in New Issue
Block a user