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: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/files.el
Date: Mon, 22 Apr 2002 23:45:27 -0400

Index: emacs/lisp/files.el
diff -c emacs/lisp/files.el:1.567 emacs/lisp/files.el:1.568
*** emacs/lisp/files.el:1.567   Sun Apr 21 14:21:47 2002
--- emacs/lisp/files.el Mon Apr 22 23:45:26 2002
***************
*** 1332,1338 ****
                  "Use M-x make-directory RET RET to create the directory"
                "Use C-u M-x make-directory RET RET to create directory and its 
parents")))))
        (when msg
!       (message msg)
        (or not-serious (sit-for 1 nil t))))
      (when (and auto-save-default (not noauto))
        (auto-save-mode t)))
--- 1332,1338 ----
                  "Use M-x make-directory RET RET to create the directory"
                "Use C-u M-x make-directory RET RET to create 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)))



reply via email to

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