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: Sat, 20 Jul 2002 18:02:45 -0400

Index: emacs/lisp/files.el
diff -c emacs/lisp/files.el:1.595 emacs/lisp/files.el:1.596
*** emacs/lisp/files.el:1.595   Tue Jul 16 13:40:37 2002
--- emacs/lisp/files.el Sat Jul 20 18:02:45 2002
***************
*** 3074,3081 ****
          (force-mode-line-update)))
      (if (vc-backend buffer-file-name)
          (message (substitute-command-keys
!                   (concat "File is under version-control, "
!                           "consider \\[vc-next-action] to check in/out"))))))
  
  (defun insert-file (filename)
    "Insert contents of file FILENAME into buffer after point.
--- 3074,3081 ----
          (force-mode-line-update)))
      (if (vc-backend buffer-file-name)
          (message (substitute-command-keys
!                   (concat "File is under version-control; "
!                           "use \\[vc-next-action] to check in/out"))))))
  
  (defun insert-file (filename)
    "Insert contents of file FILENAME into buffer after point.



reply via email to

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