emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [T. V. Raman] read-only modes should be using buffer-disable-undo?


From: T. V. Raman
Subject: Re: [T. V. Raman] read-only modes should be using buffer-disable-undo?
Date: Sun, 23 Jan 2005 18:39:21 -0800

Here are a couple of mods to man.el to avoid collection of unnecessary
undo information:

man.el:

In function Man-fontify-manpage

Current Line 827
(let ((faces nil)

Add:
(buffer-undo-list t)



Similarly, in function Man-cleanup-manpage


Add an initial let binding (that function has no appropriately placed
let block at present

-- 
Best Regards,
--raman

      
Email:  address@hidden
WWW:    http://emacspeak.sf.net/raman/
AIM:    TVRaman
PGP:    http://emacspeak.sf.net/raman/raman-almaden.asc




reply via email to

[Prev in Thread] Current Thread [Next in Thread]