aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/term/ns-win.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/term/ns-win.el b/lisp/term/ns-win.el
index 81e9a0cc9a8..a594ca27d8f 100644
--- a/lisp/term/ns-win.el
+++ b/lisp/term/ns-win.el
@@ -311,8 +311,6 @@ is currently being used."
311 "Insert contents of `ns-working-text' as UTF-8 string and mark with 311 "Insert contents of `ns-working-text' as UTF-8 string and mark with
312`ns-working-overlay'. Any previously existing working text is cleared first. 312`ns-working-overlay'. Any previously existing working text is cleared first.
313The overlay is assigned the face `ns-working-text-face'." 313The overlay is assigned the face `ns-working-text-face'."
314 ;; FIXME: if buffer is read-only, don't try to insert anything, and
315 ;; if text is bound to a command, execute that instead (Bug#1453).
316 (interactive) 314 (interactive)
317 (ns-delete-working-text) 315 (ns-delete-working-text)
318 (let ((start (point))) 316 (let ((start (point)))