/[emacs]/emacs/lisp/savehist.el
ViewVC logotype

Diff of /emacs/lisp/savehist.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by monnier, Tue Oct 18 16:13:18 2005 UTC revision 1.6 by monnier, Wed Oct 19 19:09:58 2005 UTC
# Line 138  the user's privacy." Line 138  the user's privacy."
138    :type 'integer    :type 'integer
139    :group 'savehist)    :group 'savehist)
140    
141  (defvar savehist-coding-system (if (coding-system-p 'utf-8) 'utf-8 'iso-2022-8)  (defvar savehist-coding-system
142      ;; UTF-8 is usually preferable to ISO-2022-8 when available, but under
143      ;; XEmacs, UTF-8 is provided by external packages, and may not always be
144      ;; available, so even if it currently is available, we prefer not to
145      ;; use is.
146      (if (featurep 'xemacs) 'iso-2022-8 'utf-8)
147    "The coding system savehist uses for saving the minibuffer history.    "The coding system savehist uses for saving the minibuffer history.
148  Changing this value while Emacs is running is supported, but considered  Changing this value while Emacs is running is supported, but considered
149  unwise, unless you know what you are doing.")  unwise, unless you know what you are doing.")

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26