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

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

RE: Which-function-mode is turning itself off


From: Richard.G.Bielawski
Subject: RE: Which-function-mode is turning itself off
Date: Mon, 23 May 2005 10:31:58 -0500

Yes, it seems to be fine.
Thanks

-----Original Message-----
From: Richard Stallman [mailto:address@hidden
Sent: Thursday, May 19, 2005 1:50 AM
To: address@hidden
Subject: Re: Which-function-mode is turning itself off


Does this fix it?

*** which-func.el       29 Mar 2005 12:47:57 -0500      1.8
--- which-func.el       19 May 2005 02:33:53 -0400      
***************
*** 196,202 ****
              (puthash window current which-func-table)
              (force-mode-line-update)))
        (error
!        (which-func-mode -1)
         (error "Error in which-func-update: %s" info))))))
  
  ;;;###autoload
--- 196,202 ----
              (puthash window current which-func-table)
              (force-mode-line-update)))
        (error
!        (setq which-func-mode nil)
         (error "Error in which-func-update: %s" info))))))
  
  ;;;###autoload




reply via email to

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