Skip to content

Commit

Permalink
truncate-lines bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
berndl committed Mar 22, 2001
1 parent f579618 commit a56fee0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tree-buffer.el
Expand Up @@ -251,6 +251,7 @@ EXPAND-SYMBOL-BEFORE: If not nil then the expand-symbol \(is displayed before
(set-buffer (get-buffer-create name))

(make-local-variable 'truncate-lines)
(make-local-variable 'truncate-partial-width-windows)
(make-local-variable 'tree-buffer-key-map)
(make-local-variable 'tree-buffer-root)
(make-local-variable 'tree-buffer-nodes)
Expand All @@ -266,6 +267,7 @@ EXPAND-SYMBOL-BEFORE: If not nil then the expand-symbol \(is displayed before
(make-local-variable 'tree-buffer-highlight-overlay)

(setq truncate-lines tr-lines)
(setq truncate-partial-width-windows tr-lines)
(setq tree-buffer-key-map (make-sparse-keymap))
(setq tree-node-selected-fn node-selected-fn)
(setq tree-node-expanded-fn node-expanded-fn)
Expand Down

0 comments on commit a56fee0

Please sign in to comment.