diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2016-02-10 14:56:30 +1100 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2016-02-10 14:56:30 +1100 |
commit | ee506a23ed33c3564d813f4e462947cf5b07712c (patch) | |
tree | 56220504dd99ea2ae02e130e6384c2cc919e50dc /lisp/gnus/gnus-art.el | |
parent | c612461fa201fcdb4deb97798974bad3bed9146b (diff) | |
download | emacs-ee506a23ed33c3564d813f4e462947cf5b07712c.tar.gz emacs-ee506a23ed33c3564d813f4e462947cf5b07712c.tar.bz2 emacs-ee506a23ed33c3564d813f4e462947cf5b07712c.zip |
Remove gmm compat functions
* lisp/gnus/gmm-utils.el (gmm-image-search-load-path): Remove.
(gmm-write-region): Remove.
(gmm-called-interactively-p): Remove.
Diffstat (limited to 'lisp/gnus/gnus-art.el')
-rw-r--r-- | lisp/gnus/gnus-art.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/gnus-art.el b/lisp/gnus/gnus-art.el index ac967d25c40..ce26b00a51c 100644 --- a/lisp/gnus/gnus-art.el +++ b/lisp/gnus/gnus-art.el @@ -2718,7 +2718,7 @@ If READ-CHARSET, ask for a coding system." (while (re-search-forward "\\(\\(https?\\|ftp\\)://\\S-+\\) *\n\\(\\S-+\\)" nil t) (replace-match "\\1\\3" t))) - (when (gmm-called-interactively-p 'any) + (when (called-interactively-p 'any) (gnus-treat-article nil)))) (defun article-wash-html () |