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: John Paul Wallington
Subject: [Emacs-diffs] Changes to emacs/lisp/files.el
Date: Mon, 01 Nov 2004 03:03:47 -0500

Index: emacs/lisp/files.el
diff -c emacs/lisp/files.el:1.716 emacs/lisp/files.el:1.717
*** emacs/lisp/files.el:1.716   Thu Oct 28 10:27:06 2004
--- emacs/lisp/files.el Mon Nov  1 07:56:17 2004
***************
*** 1225,1230 ****
--- 1225,1231 ----
  When nil, never request confirmation."
    :group 'files
    :group 'find-file
+   :version "21.4"
    :type '(choice integer (const :tag "Never request confirmation" nil)))
  
  (defun find-file-noselect (filename &optional nowarn rawfile wildcards)
***************
*** 3813,3819 ****
  
  (defun kill-some-buffers (&optional list)
    "Kill some buffers.  Asks the user whether to kill each one of them.
! Non-interactively, if optional argument LIST is non-`nil', it
  specifies the list of buffers to kill, asking for approval for each one."
    (interactive)
    (if (null list)
--- 3814,3820 ----
  
  (defun kill-some-buffers (&optional list)
    "Kill some buffers.  Asks the user whether to kill each one of them.
! Non-interactively, if optional argument LIST is non-nil, it
  specifies the list of buffers to kill, asking for approval for each one."
    (interactive)
    (if (null list)




reply via email to

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