aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/erc
diff options
context:
space:
mode:
authorStefan Kangas2020-11-20 16:43:57 +0100
committerStefan Kangas2020-11-20 16:43:57 +0100
commitea218f424ae3a016b439f2e2d2abe0a167bac78e (patch)
treee88b0303dfa54ae1f68e70b5b8c965a3c5835f28 /lisp/erc
parent8c801138acfb5b1068a78b1a10e055d2e7952c9e (diff)
downloademacs-ea218f424ae3a016b439f2e2d2abe0a167bac78e.tar.gz
emacs-ea218f424ae3a016b439f2e2d2abe0a167bac78e.zip
Don't set XEmacs only properties start-open and end-open
* lisp/epa.el (epa-sign-region, epa-encrypt-region): * lisp/erc/erc.el (erc-display-prompt): * lisp/gnus/message.el (message-forward-make-body-mime): * lisp/net/eudc-bob.el (eudc-bob-display-jpeg) (eudc-bob-display-audio, eudc-bob-display-generic-binary): * lisp/url/url-http.el (url-http-chunked-encoding-after-change-function): Don't set XEmacs only properties start-open and end-open.
Diffstat (limited to 'lisp/erc')
-rw-r--r--lisp/erc/erc.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/erc/erc.el b/lisp/erc/erc.el
index bf7b16d448e..94ea0de7ee7 100644
--- a/lisp/erc/erc.el
+++ b/lisp/erc/erc.el
@@ -4014,8 +4014,7 @@ If FACE is non-nil, it will be used to propertize the prompt. If it is nil,
4014 ;; of the prompt, but stuff typed in front of the prompt 4014 ;; of the prompt, but stuff typed in front of the prompt
4015 ;; shall remain part of the prompt. 4015 ;; shall remain part of the prompt.
4016 (setq prompt (propertize prompt 4016 (setq prompt (propertize prompt
4017 'start-open t ; XEmacs 4017 'rear-nonsticky t
4018 'rear-nonsticky t ; Emacs
4019 'erc-prompt t 4018 'erc-prompt t
4020 'field t 4019 'field t
4021 'front-sticky t 4020 'front-sticky t