X-Git-Url: http://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2Fshr.el;h=ee54e305f79b23de512a397209012e855173e6d9;hb=b0eccd76f35ef80c3ad13f09e588d49358e9c22a;hp=119fd97edc07c61cfe2ce1c17abb7a7777896199;hpb=043d16dfd37a5c292b4bc44bdba7ad699026c0fe;p=gnus diff --git a/lisp/shr.el b/lisp/shr.el index 119fd97ed..ee54e305f 100644 --- a/lisp/shr.el +++ b/lisp/shr.el @@ -56,17 +56,17 @@ fit these criteria." (defcustom shr-table-line ?- "Character used to draw table line." :group 'shr - :type 'char) + :type 'character) (defcustom shr-table-corner ?+ "Character used to draw table corner." :group 'shr - :type 'char) + :type 'character) (defcustom shr-hr-line ?- "Character used to draw hr line." :group 'shr - :type 'char) + :type 'character) (defcustom shr-width fill-column "Frame width to use for rendering." @@ -379,9 +379,10 @@ Return a string with image data." shr-start) (shr-generic cont) (widget-convert-button - 'link (or shr-start start) (point) - :help-echo url) - (put-text-property (or shr-start start) (point) 'keymap shr-map) + 'url-link (or shr-start start) (point) + :help-echo url + :keymap shr-map + url) (put-text-property (or shr-start start) (point) 'shr-url url))) (defun shr-encode-url (url)