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: D . Goel
Subject: [Emacs-diffs] Changes to emacs/lisp/files.el
Date: Sun, 18 Sep 2005 08:25:07 -0400

Index: emacs/lisp/files.el
diff -c emacs/lisp/files.el:1.789 emacs/lisp/files.el:1.790
*** emacs/lisp/files.el:1.789   Mon Sep 12 15:05:21 2005
--- emacs/lisp/files.el Sun Sep 18 12:25:02 2005
***************
*** 3580,3586 ****
       (t (setq buffer-read-only (not buffer-read-only))
          (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"))))))
  
--- 3580,3586 ----
       (t (setq buffer-read-only (not buffer-read-only))
          (force-mode-line-update)))
      (if (vc-backend buffer-file-name)
!         (message "%s" (substitute-command-keys
                    (concat "File is under version-control; "
                            "use \\[vc-next-action] to check in/out"))))))
  




reply via email to

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