]> code.delx.au - gnu-emacs/commit
* woman.el (top): Remap `man' command by `woman' in
authorMichael Albinus <michael.albinus@gmx.de>
Wed, 7 Sep 2005 21:23:36 +0000 (21:23 +0000)
committerMichael Albinus <michael.albinus@gmx.de>
Wed, 7 Sep 2005 21:23:36 +0000 (21:23 +0000)
commit553f03bcd2591933df371d8926be18072ea37041
treed9fcea5e596d9a41b8f03ac290bc61e041690c35
parentdcc6da3a1cf566b4ba8792814ebf93eed7581344
* woman.el (top): Remap `man' command by `woman' in
`woman-mode-map'.
(Man-getpage-in-background-advice): Remove defadvice; it isn't
necessary any longer with the remapped command.
(Man-bgproc-sentinel-advice): Remove defadvice which counts
formatting time only.

* net/tramp.el (tramp-action-password)
(tramp-multi-action-password): Compile the password prompt from
`method', `user' and `host'.  Sometimes it isn't obvious which
password to enter, for example with remote files offered by
recentf.el, or with multiple steps.  Suggested by Robert Marshall
<robert@chezmarshall.freeserve.co.uk>.
lisp/ChangeLog
lisp/net/tramp.el
lisp/woman.el