Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
This commit is contained in:
commit
0868bad993
2 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
2014-11-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
|
||||
|
||||
* net/shr.el (shr-inhibit-images): Add a doc string.
|
||||
|
||||
* net/eww.el (eww-after-render-hook): New variable.
|
||||
(eww-render): Use it.
|
||||
|
||||
|
|
|
@ -123,13 +123,15 @@ cid: URL as the argument.")
|
|||
"Font for link elements."
|
||||
:group 'shr)
|
||||
|
||||
(defvar shr-inhibit-images nil
|
||||
"If non-nil, inhibit loading images.")
|
||||
|
||||
;;; Internal variables.
|
||||
|
||||
(defvar shr-folding-mode nil)
|
||||
(defvar shr-state nil)
|
||||
(defvar shr-start nil)
|
||||
(defvar shr-indentation 0)
|
||||
(defvar shr-inhibit-images nil)
|
||||
(defvar shr-internal-width (or shr-width (1- (window-width))))
|
||||
(defvar shr-list-mode nil)
|
||||
(defvar shr-content-cache nil)
|
||||
|
|
Loading…
Add table
Reference in a new issue