diff options
| author | Alan Third | 2019-12-22 12:03:33 +0000 |
|---|---|---|
| committer | Alan Third | 2019-12-22 12:06:15 +0000 |
| commit | 021ecbfce7d91aaa6e3262c0993b2f61ee4ea40e (patch) | |
| tree | fdaba0d2593bf21579d81a3880fe7f2438fb1ead | |
| parent | 2fa8fd18dfb0dc673ea82491de952a45b84c6667 (diff) | |
| download | emacs-021ecbfce7d91aaa6e3262c0993b2f61ee4ea40e.tar.gz emacs-021ecbfce7d91aaa6e3262c0993b2f61ee4ea40e.zip | |
* lisp/term/ns-win.el (ns-insert-working-text): Comment is obsolete.
| -rw-r--r-- | lisp/term/ns-win.el | 2 |
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. |
| 313 | The overlay is assigned the face `ns-working-text-face'." | 313 | The 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))) |