User: aidan
Date: 09/07/21 13:44:30
Modified: packages/xemacs-packages/edit-utils ChangeLog savehist.el
Log:
savehist-autosave errors if print-readably is globally t,
write the coding system object name instead of the coding system object itself into the history file.
Revision Changes Path
1.235 +7 -0 XEmacs/packages/xemacs-packages/edit-utils/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/xemacs-packages/edit-utils/ChangeLog,v
retrieving revision 1.234
retrieving revision 1.235
diff -u -p -r1.234 -r1.235
--- ChangeLog 2008/06/24 07:00:52 1.234
+++ ChangeLog 2009/07/21 11:44:26 1.235
@@ -1,3 +1,10 @@
+2009-05-22 Aidan Kehoe <[email protected]>
+
+ * savehist.el (savehist-save):
+ Use (format "%s" (coding-system-name savehist-coding-system))
+ instead of writing the (unreadable) coding system object itself to
+ the file.
+
2008-06-24 Norbert Koch <[email protected]>
* Makefile (VERSION): XEmacs package 2.40 released.
1.8 +2 -1 XEmacs/packages/xemacs-packages/edit-utils/savehist.el
Index: savehist.el
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/xemacs-packages/edit-utils/savehist.el,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- savehist.el 2007/09/03 13:05:09 1.7
+++ savehist.el 2009/07/21 11:44:26 1.8
@@ -288,7 +288,8 @@ If AUTO-SAVE is non-nil, compare the sav
(interactive)
(with-temp-buffer
(insert
- (format ";; -*- mode: emacs-lisp; coding: %s -*-\n" savehist-coding-system)
+ (format ";; -*- mode: emacs-lisp; coding: %s -*-\n"
+ (coding-system-name savehist-coding-system))
";; Minibuffer history file, automatically generated by `savehist'.\n\n")
(run-hooks 'savehist-save-hook)
(let ((print-length nil)
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.