diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2016-02-13 18:13:03 +1100 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2016-02-13 18:13:03 +1100 |
commit | e8186ed0f0a293a6f9d2912b1543d66128e0d131 (patch) | |
tree | 2356a2af3067b6a9e6125927fea90250c169aae8 /lisp/gnus/gnus-msg.el | |
parent | ea03ab9662b4e4f317c5dbcc3cbbd8c435bdc97f (diff) | |
download | emacs-e8186ed0f0a293a6f9d2912b1543d66128e0d131.tar.gz emacs-e8186ed0f0a293a6f9d2912b1543d66128e0d131.tar.bz2 emacs-e8186ed0f0a293a6f9d2912b1543d66128e0d131.zip |
Remove Gnus compat functions defined in gnus.el
* lisp/gnus/gnus.el (gnus-extent-detached-p): Remove.
(gnus-extent-start-open, gnus-character-to-event)
(gnus-assq-delete-all, gnus-add-text-properties)
(gnus-put-text-property, gnus-key-press-event-p):
Diffstat (limited to 'lisp/gnus/gnus-msg.el')
-rw-r--r-- | lisp/gnus/gnus-msg.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/gnus-msg.el b/lisp/gnus/gnus-msg.el index e2b8dcc51e4..5859fba568d 100644 --- a/lisp/gnus/gnus-msg.el +++ b/lisp/gnus/gnus-msg.el @@ -1491,7 +1491,7 @@ See `gnus-summary-mail-forward' for ARG." (message-goto-subject) (re-search-forward " *$") (replace-match " (crosspost notification)" t t) - (gnus-deactivate-mark) + (deactivate-mark) (when (gnus-y-or-n-p "Send this complaint? ") (message-send-and-exit)))))) |