emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 021ecbf: * lisp/term/ns-win.el (ns-insert-working-text): Comment


From: Alan Third
Subject: master 021ecbf: * lisp/term/ns-win.el (ns-insert-working-text): Comment is obsolete.
Date: Sun, 22 Dec 2019 07:06:49 -0500 (EST)

branch: master
commit 021ecbfce7d91aaa6e3262c0993b2f61ee4ea40e
Author: Alan Third <address@hidden>
Commit: Alan Third <address@hidden>

    * lisp/term/ns-win.el (ns-insert-working-text): Comment is obsolete.
---
 lisp/term/ns-win.el | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lisp/term/ns-win.el b/lisp/term/ns-win.el
index 81e9a0c..a594ca2 100644
--- a/lisp/term/ns-win.el
+++ b/lisp/term/ns-win.el
@@ -311,8 +311,6 @@ is currently being used."
   "Insert contents of `ns-working-text' as UTF-8 string and mark with
 `ns-working-overlay'.  Any previously existing working text is cleared first.
 The overlay is assigned the face `ns-working-text-face'."
-  ;; FIXME: if buffer is read-only, don't try to insert anything, and
-  ;; if text is bound to a command, execute that instead (Bug#1453).
   (interactive)
   (ns-delete-working-text)
   (let ((start (point)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]