* lisp/replace.el (query-replace-read-from): Add separator to
the local binding of text-property-default-nonsticky. (Bug#20690)
This commit is contained in:
@@ -156,6 +156,8 @@ wants to replace FROM with TO."
|
||||
;; unavailable while preparing to dump.
|
||||
(custom-reevaluate-setting 'query-replace-from-to-separator)
|
||||
(let* ((history-add-new-input nil)
|
||||
(text-property-default-nonsticky
|
||||
(cons '(separator . t) text-property-default-nonsticky))
|
||||
(separator
|
||||
(when query-replace-from-to-separator
|
||||
(propertize "\0"
|
||||
|
||||
Reference in New Issue
Block a user