emacs-devel
[Top][All Lists]
Advanced

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

Re: Customizing recentf


From: Richard Stallman
Subject: Re: Customizing recentf
Date: Mon, 28 Aug 2006 05:52:36 -0400

Does the patch below make it work?

We made a change so that minor mode variables don't normally 
force loading of their files for customization purposes,
because minor mode variables in general don't need to do so.
This one appears to need it for specific reasons.
We can fix each such case in this manner.  Maybe that is
a suitable approach.  Does anyone see a problem with it?

*** recentf.el  03 Apr 2006 17:30:03 -0400      1.53
--- recentf.el  28 Aug 2006 04:35:41 -0400      
***************
*** 1324,1329 ****
--- 1324,1330 ----
    :global t
    :group 'recentf
    :keymap recentf-mode-map
+   :require recentf
    (unless (and recentf-mode (recentf-enabled-p))
      (if recentf-mode
          (progn




reply via email to

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