aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/term
diff options
context:
space:
mode:
authorGlenn Morris2016-01-12 20:06:49 -0500
committerGlenn Morris2016-01-12 20:06:49 -0500
commite85e0d5951bd4e6e69beec1301113f5f9b48f81d (patch)
treecaa6c89ab18587b3ca2849fc7cf6789a9ff6a17b /lisp/term
parent0ae1a144a83cbfe8bba1abb295ece69c4dcff5f7 (diff)
downloademacs-e85e0d5951bd4e6e69beec1301113f5f9b48f81d.tar.gz
emacs-e85e0d5951bd4e6e69beec1301113f5f9b48f81d.zip
Add some missing version tags.
* lisp/electric.el (electric-quote-comment) (electric-quote-string, electric-quote-paragraph): * lisp/epg-config.el (epg-gpgconf-program): * lisp/rect.el (rectangle-preview): * lisp/emacs-lisp/check-declare.el (check-declare-ext-errors): * lisp/emacs-lisp/package.el (package-selected-packages) (package-hidden-regexps): * lisp/erc/erc.el (erc-network-hide-list, erc-channel-hide-list): * lisp/eshell/em-term.el (eshell-destroy-buffer-when-process-dies): * lisp/gnus/mml-sec.el (mml1991-signers, mml2015-signers) (mml-smime-signers, mml1991-encrypt-to-self, mml2015-encrypt-to-self) (mml-smime-encrypt-to-self, mml2015-sign-with-sender) (mml-smime-sign-with-sender, mml2015-always-trust) (mml-secure-fail-when-key-problem, mml-secure-key-preferences): * lisp/net/browse-url.el (browse-url-conkeror-new-window-is-buffer) (browse-url-conkeror-arguments): * lisp/net/newst-reader.el (newsticker-download-logos): * lisp/progmodes/gud.el (gud-guiler-command-name): * lisp/progmodes/prog-mode.el (prettify-symbols-unprettify-at-point): * lisp/progmodes/project.el (project-vc): * lisp/progmodes/python.el (python-indent-guess-indent-offset-verbose) (python-shell-remote-exec-path, python-shell-first-prompt-hook) (python-shell-completion-native-disabled-interpreters) (python-shell-completion-native-enable) (python-shell-completion-native-output-timeout) (python-shell-completion-native-try-output-timeout): * lisp/progmodes/xref.el (xref): * lisp/term/screen.el (xterm-screen-extra-capabilities): * lisp/term/xterm.el (xterm-max-cut-length): Add missing version tags.
Diffstat (limited to 'lisp/term')
-rw-r--r--lisp/term/screen.el1
-rw-r--r--lisp/term/xterm.el1
2 files changed, 2 insertions, 0 deletions
diff --git a/lisp/term/screen.el b/lisp/term/screen.el
index 704fbefb0ad..7f681154d6e 100644
--- a/lisp/term/screen.el
+++ b/lisp/term/screen.el
@@ -7,6 +7,7 @@
7 "Extra capabilities supported under \"screen\". 7 "Extra capabilities supported under \"screen\".
8Some features of screen depend on the terminal emulator in which 8Some features of screen depend on the terminal emulator in which
9it runs, which can change when the screen session is moved to another tty." 9it runs, which can change when the screen session is moved to another tty."
10 :version "25.1"
10 :type xterm--extra-capabilities-type 11 :type xterm--extra-capabilities-type
11 :group 'xterm) 12 :group 'xterm)
12 13
diff --git a/lisp/term/xterm.el b/lisp/term/xterm.el
index 104f98311a8..e06423ccfdd 100644
--- a/lisp/term/xterm.el
+++ b/lisp/term/xterm.el
@@ -65,6 +65,7 @@ using the OSC 52 sequence.
65If you select a region larger than this size, it won't be copied to your system 65If you select a region larger than this size, it won't be copied to your system
66clipboard. Since clipboard data is base 64 encoded, the actual number of 66clipboard. Since clipboard data is base 64 encoded, the actual number of
67string bytes that can be copied is 3/4 of this value." 67string bytes that can be copied is 3/4 of this value."
68 :version "25.1"
68 :type 'integer) 69 :type 'integer)
69 70
70(defconst xterm-paste-ending-sequence "\e[201~" 71(defconst xterm-paste-ending-sequence "\e[201~"