* vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
authorSam Steingold <sds@gnu.org>
Mon, 12 Nov 2001 23:01:17 +0000 (23:01 +0000)
committerSam Steingold <sds@gnu.org>
Mon, 12 Nov 2001 23:01:17 +0000 (23:01 +0000)
commit99cb8c8b260c660b1dace6f09bfe1f06f4f6e553
treed974af52cf387d73e81d927d1d5a001fc377f278
parent140d664344a0b8c68fae58b4ce111db36fa94d2d
* vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
set-buffer-modified-p to nil after `vc-exec-after'.
* log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
(log-view-mode): Make read-only.
(log-view-current-file): Do final `expand-file-name' in the
current `default-directory'.
(log-view-current-tag): Take an optional `where' arg.
(log-view-diff): New user command.
lisp/ChangeLog
lisp/log-view.el
lisp/vc.el