Skip to content

Commit

Permalink
Dont save undo history in chat buffers.
Browse files Browse the repository at this point in the history
  • Loading branch information
evgkrsk committed Oct 19, 2010
1 parent cab6d24 commit 1f38235
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jabber-chatbuffer.el
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ window or at `fill-column', whichever is shorter."
(make-local-variable 'scroll-conservatively)
(make-local-variable 'jabber-point-insert)
(make-local-variable 'jabber-chat-ewoc)

(make-local-variable 'buffer-undo-list)

(setq jabber-buffer-connection jc
scroll-conservatively 5
buffer-undo-list t) ;dont keep undo list for chatbuffer
Expand Down

0 comments on commit 1f38235

Please sign in to comment.