* net/eww.el (eww-form-file): :type isn't a valid `defface' keyword.
This commit is contained in:
parent
301d018bab
commit
5531e676d4
2 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2014-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
|
||||
|
||||
* net/eww.el (eww-form-file): :type isn't a valid `defface' keyword.
|
||||
|
||||
2014-11-10 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
|
||||
|
||||
* net/eww.el(eww-form-file(defface)): New defface of file upload form.
|
||||
|
|
|
@ -106,8 +106,7 @@ See also `eww-form-checkbox-selected-symbol'."
|
|||
:background "#808080" :foreground "black"))
|
||||
"Face for eww buffer buttons."
|
||||
:version "24.4"
|
||||
:group 'eww
|
||||
:type "Browse")
|
||||
:group 'eww)
|
||||
|
||||
(defface eww-form-checkbox
|
||||
'((((type x w32 ns) (class color)) ; Like default mode line
|
||||
|
|
Loading…
Add table
Reference in a new issue