summaryrefslogtreecommitdiff
path: root/lisp/forms.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/forms.el')
-rw-r--r--lisp/forms.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/forms.el b/lisp/forms.el
index a85ee94c1a2..149b9675730 100644
--- a/lisp/forms.el
+++ b/lisp/forms.el
@@ -933,7 +933,7 @@ Commands: Equivalent keys in read-only mode:
'(front-sticky (read-only cursor-intangible)))))
;; Prevent insertion after the last text.
(remove-text-properties (1- (point)) (point)
- '(rear-nonsticky)))
+ '(rear-nonsticky nil)))
(setq forms--iif-start nil))
`(lambda (arg)
,@(apply 'append
@@ -998,7 +998,7 @@ Commands: Equivalent keys in read-only mode:
;; '(front-sticky (read-only))))))
;; ;; Prevent insertion after the last text.
;; (remove-text-properties (1- (point)) (point)
- ;; '(rear-nonsticky)))
+ ;; '(rear-nonsticky nil)))
;;
;; ;; wrap up
;; (setq forms--iif-start nil)