1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-20 18:17:20 +00:00

* lisp/term/ns-win.el (ns-insert-working-text): Comment is obsolete.

This commit is contained in:
Alan Third 2019-12-22 12:03:33 +00:00
parent 2fa8fd18df
commit 021ecbfce7

View File

@ -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)))