emacs-devel
[Top][All Lists]
Advanced

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

Re: Emacs 23.2.94 pretest


From: Chong Yidong
Subject: Re: Emacs 23.2.94 pretest
Date: Tue, 15 Feb 2011 10:49:14 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Miles Bader <address@hidden> writes:

> Chong Yidong <address@hidden> writes:
>>   ftp://alpha.gnu.org/gnu/emacs/pretest/emacs-23.2.93-23.2.94.xdelta
>>
>> Please send me an email reporting success or failure on your build
>> platform.  Report bugs via M-x report-emacs-bugs, or email
>> address@hidden  For questions, email address@hidden
>
> What about the "copyright.el botch" I posted about a few days ago...?
>
> Lars suggested a fix (let-binding write-file-hooks instead of
> copyright-update), but I dunno if that's considered the right thing...

Sorry, I forgot about that.  Does something like this work?

Also, it would be nice if someone could figure out why this used to
work.


*** lisp/gnus/nnfolder.el       2011-01-02 23:50:46 +0000
--- lisp/gnus/nnfolder.el       2011-02-15 15:47:59 +0000
***************
*** 1099,1106 ****
      (gnus-make-directory (file-name-directory (buffer-file-name)))
      (let ((coding-system-for-write
           (or nnfolder-file-coding-system-for-write
!              nnfolder-file-coding-system))
!         (copyright-update nil))
        (save-buffer)))
    (unless (or gnus-nov-is-evil nnfolder-nov-is-evil)
      (nnfolder-save-nov)))
--- 1099,1106 ----
      (gnus-make-directory (file-name-directory (buffer-file-name)))
      (let ((coding-system-for-write
           (or nnfolder-file-coding-system-for-write
!              nnfolder-file-coding-system)))
!       (set (make-local-variable 'copyright-update) nil)
        (save-buffer)))
    (unless (or gnus-nov-is-evil nnfolder-nov-is-evil)
      (nnfolder-save-nov)))



reply via email to

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