1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-24 23:31:33 -07:00

* lisp/term/xterm.el: Provide a feature.

This commit is contained in:
Glenn Morris 2013-05-13 22:08:35 -04:00
parent 27c8b6eb73
commit 5bf90bc5d4
2 changed files with 5 additions and 1 deletions

View file

@ -1,6 +1,8 @@
2013-05-14 Glenn Morris <rgm@gnu.org>
* term/sup-mouse.el: Move to obsolete/.
* term/xterm.el: Provide a feature.
* term/sup-mouse.el: Move to obsolete/. Provide a feature.
2013-05-13 Glenn Morris <rgm@gnu.org>

View file

@ -752,4 +752,6 @@ versions of xterm."
(set-terminal-parameter nil 'background-mode 'dark)
t))
(provide 'xterm)
;;; xterm.el ends here