Simon Josefsson <[EMAIL PROTECTED]> writes: > Hrvoje Niksic <[EMAIL PROTECTED]> writes: > >> ;;; savehist.el --- Save minibuffer history. > > Nice, thanks! I miss the feature to load this automatically from > customize. How about using `define-minor-mode'?
define-minor-mode doesn't work under XEmacs. And from the available documentation I understand define-minor-mode to be pretty much equivalent to the combination of `add-minor-mode' and the code I've written. Also note that an updated version of the package is already available at the URL mentioned in the file. > Then I could simply customize the savehist-mode variable, and the > mode would load and enable itself automatically. If you know how to correctly achieve that with `defcustom', by all means let me know. _______________________________________________ Gnu-emacs-sources mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnu-emacs-sources
