Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
tv.raman.tv@bb5eec90-091a-0410-bc89-db79c2cf2c7b committed Nov 26, 2013
1 parent e6f6051 commit 81ee1b0
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions lisp/shr-url.el
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@

;;; Commentary:
;;; SHR == Simple HTML Reader
;;; Will work in conjunction with EWWin emacs 24.4
;;; Code:

;;}}}
Expand Down Expand Up @@ -91,12 +92,12 @@
(when (and (boundp 'shr-map) shr-map)
(loop for k in
'(
("\C-i" shr-url-next-link)
("a" shr-url-view-filtered-dom-by-attribute)
("e" shr-url-view-filtered-dom-by-element-list)
("\C-i" shr-next-link)
("A" shr-url-view-filtered-dom-by-attribute)
("E" shr-url-view-filtered-dom-by-element-list)
("o" shr-url-open-link-at-point)
([backtab] shr-url-previous-link)
("\M-\C-i" shr-url-previous-link)
("\M-\C-i" shr-previous-link)
("q" bury-buffer)
)
do
Expand Down Expand Up @@ -192,6 +193,7 @@ URL being retrieved is received as part of the callback args."

;;}}}
;;{{{ class and id caches:

(defvar shr-url-cache-updated nil
"Records if caches are updated.")

Expand Down

0 comments on commit 81ee1b0

Please sign in to comment.