Changeset 4169 for trunk/lisp/international/mule.el
- Timestamp:
- 09/30/06 09:12:06 (2 years ago)
- Files:
-
- trunk/lisp (modified) (1 prop)
- trunk/lisp/international/mule.el (modified) (1 diff)
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
- Property svn:ignore changed from
trunk/lisp/international/mule.el
r4111 r4169 1865 1865 ;; Prevent locking. 1866 1866 (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)) 1868 1874 (setq inserted (- pos-marker (point))))) 1869 1875 (set-buffer-modified-p modified-p))))
