summaryrefslogtreecommitdiff
path: root/lisp/calc
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2022-08-19 17:59:13 +0200
committerStefan Kangas <stefankangas@gmail.com>2022-08-19 18:05:51 +0200
commitb7d6ebff078cece09c3e7a84c34ea4fe65e65917 (patch)
tree09ed183b5971a2bf2c5d8b432c273d476ee5bd18 /lisp/calc
parent043ae1f53a29d69f2573356715861ec54d626b56 (diff)
downloademacs-b7d6ebff078cece09c3e7a84c34ea4fe65e65917.tar.gz
; Delete not-useful comments referring to Emacs 19.
Diffstat (limited to 'lisp/calc')
-rw-r--r--lisp/calc/calc-yank.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/calc/calc-yank.el b/lisp/calc/calc-yank.el
index 71cc68b0c20..d4594370cae 100644
--- a/lisp/calc/calc-yank.el
+++ b/lisp/calc/calc-yank.el
@@ -150,7 +150,6 @@
;; This function uses calc-last-kill if possible to get an exact result,
;; otherwise it just parses the yanked string.
-;; Modified to use Emacs 19 extended concept of kill-ring. -- daveg 12/15/96
;;;###autoload
(defun calc-yank-internal (radix thing-raw)
"Internal common implementation for yank functions.