Skip to content

Commit

Permalink
Switch x-get-selection-value to x-get-selection (#181).
Browse files Browse the repository at this point in the history
There doesn't seem to be any reason the former is used instead of the
latter.
  • Loading branch information
skeeto committed Oct 21, 2016
1 parent 323cfe4 commit d54bc55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions elfeed-lib.el
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,8 @@ On systems running X, it will try to use the PRIMARY selection
first, then fall back onto the standard clipboard like other
systems."
(elfeed-strip-properties
(or (and (fboundp 'x-get-selection-value)
(funcall 'x-get-selection-value))
(or (and (fboundp 'x-get-selection)
(funcall 'x-get-selection))
(and (functionp interprogram-paste-function)
(funcall interprogram-paste-function))
(and (fboundp 'w32-get-clipboard-data)
Expand Down

0 comments on commit d54bc55

Please sign in to comment.