summaryrefslogtreecommitdiff
path: root/lisp/simple.el
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1992-07-13 18:39:10 +0000
committerJim Blandy <jimb@redhat.com>1992-07-13 18:39:10 +0000
commit109d300c73bb5b1ec84d37cceb9cc545bd6f2444 (patch)
tree8ad8c66b6a5234ded15cbf1604a1b3f4c5a420c0 /lisp/simple.el
parentf06cd13688b4271a5f3ee3e1ffac4710ed9d19db (diff)
downloademacs-109d300c73bb5b1ec84d37cceb9cc545bd6f2444.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp/simple.el')
-rw-r--r--lisp/simple.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/simple.el b/lisp/simple.el
index 3989a3685a2..1cc5f43df0f 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -829,7 +829,7 @@ to make one entry in the kill ring."
(eq last-command 'kill-region)
(eq beg end)))
;; Don't let the undo list be truncated before we can even access it.
- (let ((undo-high-threshold (+ (- (max beg end) (min beg end)) 100)))
+ (let ((undo-strong-limit (+ (- (max beg end) (min beg end)) 100)))
(delete-region beg end)
;; Take the same string recorded for undo
;; and put it in the kill-ring.