aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2008-06-25 15:15:39 +0000
committerStefan Monnier2008-06-25 15:15:39 +0000
commit3af36712d152c38a31fd377115f33eeaddbb2495 (patch)
tree8cec0f855cec6ae01846577da8aee74b7fd588fc
parent70ef885744280207d433abf7aa6e4a700efddf78 (diff)
downloademacs-3af36712d152c38a31fd377115f33eeaddbb2495.tar.gz
emacs-3af36712d152c38a31fd377115f33eeaddbb2495.zip
Paren typo.
-rw-r--r--lisp/bs.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/bs.el b/lisp/bs.el
index 88d969f05a1..d4d22d786d5 100644
--- a/lisp/bs.el
+++ b/lisp/bs.el
@@ -815,8 +815,8 @@ Leave Buffer Selection Menu."
815 "Save buffer on current line." 815 "Save buffer on current line."
816 (interactive) 816 (interactive)
817 (with-current-buffer (bs--current-buffer) 817 (with-current-buffer (bs--current-buffer)
818 (save-buffer) 818 (save-buffer))
819 (bs--update-current-line)) 819 (bs--update-current-line))
820 820
821(defun bs-visit-tags-table () 821(defun bs-visit-tags-table ()
822 "Visit the tags table in the buffer on this line. 822 "Visit the tags table in the buffer on this line.