emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r107659: Tweak previous vc-bzr change


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r107659: Tweak previous vc-bzr change
Date: Thu, 22 Mar 2012 15:17:43 -0400
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 107659
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Thu 2012-03-22 15:17:43 -0400
message:
  Tweak previous vc-bzr change
modified:
  lisp/vc/vc-bzr.el
=== modified file 'lisp/vc/vc-bzr.el'
--- a/lisp/vc/vc-bzr.el 2012-03-22 19:06:03 +0000
+++ b/lisp/vc/vc-bzr.el 2012-03-22 19:17:43 +0000
@@ -93,8 +93,7 @@
   (ignore-errors
     (with-temp-buffer
       (call-process vc-bzr-program nil t nil "help" "status")
-      (goto-char (point-min))
-      (if (search-forward "--no-classify")
+      (if (search-backward "--no-classify" nil t)
           "--no-classify")))
   "String or list of strings specifying switches for bzr status under VC.
 The option \"--no-classify\" should be present if your bzr supports it."


reply via email to

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