emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r101733: Add minor comment (Bug#7001)


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r101733: Add minor comment (Bug#7001).
Date: Sat, 02 Oct 2010 19:10:41 -0400
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 101733
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Sat 2010-10-02 19:10:41 -0400
message:
  Add minor comment (Bug#7001).
modified:
  lisp/emacs-lisp/bytecomp.el
=== modified file 'lisp/emacs-lisp/bytecomp.el'
--- a/lisp/emacs-lisp/bytecomp.el       2010-10-02 02:30:11 +0000
+++ b/lisp/emacs-lisp/bytecomp.el       2010-10-02 23:10:41 +0000
@@ -1801,12 +1801,13 @@
        (erase-buffer)
        ;;       (emacs-lisp-mode)
        (setq case-fold-search nil)
-       ;; This is a kludge.  Some operating systems (OS/2, DOS) need to
-       ;; write files containing binary information specially.
+       ;; This is a kludge.  Some operating systems (OS/2, DOS) need
+       ;; to write files containing binary information specially.
        ;; Under most circumstances, such files will be in binary
        ;; overwrite mode, so those OS's use that flag to guess how
        ;; they should write their data.  Advise them that .elc files
-       ;; need to be written carefully.
+       ;; need to be written carefully.  (There's no point running the
+       ;; mode hook, so don't call `binary-overwrite-mode'.)
        (setq overwrite-mode 'overwrite-mode-binary))
      (displaying-byte-compile-warnings
       (with-current-buffer bytecomp-inbuffer


reply via email to

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