]> git.eshelyaron.com Git - emacs.git/commit
Changed the type of parameter passed to the
authorGerd Moellmann <gerd@gnu.org>
Thu, 23 Mar 2000 13:53:14 +0000 (13:53 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 23 Mar 2000 13:53:14 +0000 (13:53 +0000)
commit67ba52a6a59de9bc841191b7b1a453a63e1bfaa5
tree9b7b722def55ebca0f62e8cf6117f85886fd56f5
parent2447fc02df62374cb0473236e6f97a21dc2b9560
Changed the type of parameter passed to the
function defined by `quickurl-format-function'. Before only the
text of the URL was passed. Now the whole URL structure is passed
and the function is responsible for extracting the parts it
requires.  Changed the default of `quickurl-format-function'
accordingly.
(quickurl-insert): Changed the `funcall' of
`quickurl-format-function' to match the above change.
(quickurl-list-insert): Changed the `url' case so that it makes
use of `quickurl-format-function', previous to this the format was
hard wired.
lisp/net/quickurl.el