changeset 96278:1ce9a2ab1aea

Paren typo.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 25 Jun 2008 15:15:39 +0000
parents f70dcd8d61da
children 534958847ee0
files lisp/bs.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/bs.el	Wed Jun 25 15:15:20 2008 +0000
+++ b/lisp/bs.el	Wed Jun 25 15:15:39 2008 +0000
@@ -815,8 +815,8 @@
   "Save buffer on current line."
   (interactive)
   (with-current-buffer (bs--current-buffer)
-    (save-buffer)
-    (bs--update-current-line)))
+    (save-buffer))
+  (bs--update-current-line))
 
 (defun bs-visit-tags-table ()
   "Visit the tags table in the buffer on this line.