emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/bytecomp.el


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/bytecomp.el
Date: Tue, 06 May 2003 01:09:48 -0400

Index: emacs/lisp/emacs-lisp/bytecomp.el
diff -c emacs/lisp/emacs-lisp/bytecomp.el:2.132 
emacs/lisp/emacs-lisp/bytecomp.el:2.133
*** emacs/lisp/emacs-lisp/bytecomp.el:2.132     Mon Apr 28 22:53:39 2003
--- emacs/lisp/emacs-lisp/bytecomp.el   Tue May  6 01:09:48 2003
***************
*** 10,16 ****
  
  ;;; This version incorporates changes up to version 2.10 of the
  ;;; Zawinski-Furuseth compiler.
! (defconst byte-compile-version "$Revision: 2.132 $")
  
  ;; This file is part of GNU Emacs.
  
--- 10,16 ----
  
  ;;; This version incorporates changes up to version 2.10 of the
  ;;; Zawinski-Furuseth compiler.
! (defconst byte-compile-version "$Revision: 2.133 $")
  
  ;; This file is part of GNU Emacs.
  
***************
*** 1553,1560 ****
        ;; unless the file itself forces unibyte with -*-coding: raw-text;-*-
        (set-buffer-multibyte t)
        (insert-file-contents filename)
!       ;; Mimic the way after-insert-file-set-buffer-file-coding-system
!       ;; can make the buffer unibyte when visiting this file.
        (when (or (eq last-coding-system-used 'no-conversion)
                (eq (coding-system-type last-coding-system-used) 5))
        ;; For coding systems no-conversion and raw-text...,
--- 1553,1560 ----
        ;; unless the file itself forces unibyte with -*-coding: raw-text;-*-
        (set-buffer-multibyte t)
        (insert-file-contents filename)
!       ;; Mimic the way after-insert-file-set-coding can make the
!       ;; buffer unibyte when visiting this file.
        (when (or (eq last-coding-system-used 'no-conversion)
                (eq (coding-system-type last-coding-system-used) 5))
        ;; For coding systems no-conversion and raw-text...,




reply via email to

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