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-bookmark.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-bookmark.el')
-rw-r--r-- | lisp/gnus/gnus-bookmark.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/gnus-bookmark.el b/lisp/gnus/gnus-bookmark.el index 0cdbff09937..66ee7c6daac 100644 --- a/lisp/gnus/gnus-bookmark.el +++ b/lisp/gnus/gnus-bookmark.el @@ -367,7 +367,7 @@ The leftmost column displays a D if the bookmark is flagged for deletion, or > if it is flagged for displaying." (interactive) (gnus-bookmark-maybe-load-default-file) - (if (gmm-called-interactively-p 'any) + (if (called-interactively-p 'any) (switch-to-buffer (get-buffer-create "*Gnus Bookmark List*")) (set-buffer (get-buffer-create "*Gnus Bookmark List*"))) (let ((inhibit-read-only t) |