emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/files.el
Date: Tue, 03 Jun 2003 19:23:06 -0400

Index: emacs/lisp/files.el
diff -c emacs/lisp/files.el:1.661 emacs/lisp/files.el:1.662
*** emacs/lisp/files.el:1.661   Tue Jun  3 07:08:25 2003
--- emacs/lisp/files.el Tue Jun  3 19:23:06 2003
***************
*** 1527,1533 ****
              "Use M-x make-directory RET RET to create the directory and its 
parents"))))
        (when msg
        (message "%s" msg)
!       (or not-serious (sit-for 1 nil t))))
      (when (and auto-save-default (not noauto))
        (auto-save-mode t)))
    ;; Make people do a little extra work (C-x C-q)
--- 1527,1533 ----
              "Use M-x make-directory RET RET to create the directory and its 
parents"))))
        (when msg
        (message "%s" msg)
!       (or not-serious (sit-for 1 t))))
      (when (and auto-save-default (not noauto))
        (auto-save-mode t)))
    ;; Make people do a little extra work (C-x C-q)




reply via email to

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