]> git.eshelyaron.com Git - emacs.git/commitdiff
Add minor comment (Bug#7001).
authorChong Yidong <cyd@stupidchicken.com>
Sat, 2 Oct 2010 23:10:41 +0000 (19:10 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 2 Oct 2010 23:10:41 +0000 (19:10 -0400)
lisp/emacs-lisp/bytecomp.el

index 56661b6afcdf44c6c539b1f2801e17bdf6fe8bac..c0dc1764647125edef12b04048078dedda59f8b2 100644 (file)
@@ -1801,12 +1801,13 @@ With argument ARG, insert value in current buffer after the form."
        (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