Show
Ignore:
Timestamp:
09/30/06 09:12:06 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lisp

    • Property svn:ignore changed from
      *.elc
      MANIFEST
      Makefile
      Makefile.unix
      makefile
      elc.tar.gz
      cus-load.el
      finder-inf.el
      subdirs.el
      loaddefs.el
      to
      *.elc
      MANIFEST
      Makefile
      Makefile.unix
      makefile
      elc.tar.gz
      cus-load.el
      finder-inf.el
      subdirs.el
      loaddefs.el
      pre-mh-loaddefs.el-CMD
  • trunk/lisp/international/mule.el

    r4111 r4169  
    18651865                    ;; Prevent locking. 
    18661866                    (buffer-file-name nil)) 
    1867                 (set-buffer-multibyte nil) 
     1867                (if visit 
     1868                    ;; If we're doing this for find-file, 
     1869                    ;; don't record undo info; this counts as 
     1870                    ;; part of producing the buffer's initial contents. 
     1871                    (let ((buffer-undo-list t)) 
     1872                      (set-buffer-multibyte nil)) 
     1873                  (set-buffer-multibyte nil)) 
    18681874                (setq inserted (- pos-marker (point))))) 
    18691875          (set-buffer-modified-p modified-p))))