emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/startup.el [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/startup.el [emacs-unicode-2]
Date: Mon, 28 Jun 2004 04:35:46 -0400

Index: emacs/lisp/startup.el
diff -c emacs/lisp/startup.el:1.321.2.2 emacs/lisp/startup.el:1.321.2.3
*** emacs/lisp/startup.el:1.321.2.2     Fri Apr 16 12:50:09 2004
--- emacs/lisp/startup.el       Mon Jun 28 07:28:46 2004
***************
*** 1,6 ****
  ;;; startup.el --- process Emacs shell arguments
  
! ;; Copyright (C) 1985, 86, 92, 94, 95, 96, 97, 98, 99, 2000, 2001, 2002
  ;;   Free Software Foundation, Inc.
  
  ;; Maintainer: FSF
--- 1,6 ----
  ;;; startup.el --- process Emacs shell arguments
  
! ;; Copyright (C) 1985, 86, 92, 94, 95, 96, 97, 98, 99, 2000, 01, 02, 2004
  ;;   Free Software Foundation, Inc.
  
  ;; Maintainer: FSF
***************
*** 575,581 ****
        (if (eq system-type 'ms-dos)
            (getenv "TMPDIR")))
    (setq auto-save-file-name-transforms
!       (list (list "\\`/[^/]*:\\(.+/\\)*\\(.*\\)"
                    ;; Don't put "\\2" inside expand-file-name, since
                    ;; it will be transformed to "/2" on DOS/Windows.
                    (concat temporary-file-directory "\\2") t)))
--- 575,581 ----
        (if (eq system-type 'ms-dos)
            (getenv "TMPDIR")))
    (setq auto-save-file-name-transforms
!       (list (list (car (car auto-save-file-name-transforms))
                    ;; Don't put "\\2" inside expand-file-name, since
                    ;; it will be transformed to "/2" on DOS/Windows.
                    (concat temporary-file-directory "\\2") t)))




reply via email to

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