diff options
Diffstat (limited to 'lisp/vc/vc-bzr.el')
| -rw-r--r-- | lisp/vc/vc-bzr.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/vc/vc-bzr.el b/lisp/vc/vc-bzr.el index 09a622e8fed..a36fdc60d15 100644 --- a/lisp/vc/vc-bzr.el +++ b/lisp/vc/vc-bzr.el @@ -603,6 +603,7 @@ REV non-nil gets an error." "^ *\\(?:revno: \\([0-9.]+\\)\\|merged: .+\\)")) ;; Allow expanding short log entries (when (eq vc-log-view-type 'short) + (setq truncate-lines t) (set (make-local-variable 'log-view-expanded-log-entry-function) 'vc-bzr-expanded-log-entry)) (set (make-local-variable 'log-view-font-lock-keywords) |
