diff options
| author | Glenn Morris <rgm@gnu.org> | 2010-08-17 19:38:44 -0700 |
|---|---|---|
| committer | Glenn Morris <rgm@gnu.org> | 2010-08-17 19:38:44 -0700 |
| commit | cd24d7a9eb69b593552cca5663d079e3565f284b (patch) | |
| tree | e5ffc306ea5bf3d4dc00180bc4fed63ad9f8b732 | |
| parent | c3554f68257e2789b5bad2355ece4775b219341d (diff) | |
| download | emacs-cd24d7a9eb69b593552cca5663d079e3565f284b.tar.gz | |
Fix typo in previous gnus-sum.el change.
| -rw-r--r-- | lisp/gnus/gnus-sum.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/gnus-sum.el b/lisp/gnus/gnus-sum.el index ba3f6a910ea..b04166f0de4 100644 --- a/lisp/gnus/gnus-sum.el +++ b/lisp/gnus/gnus-sum.el @@ -12627,7 +12627,7 @@ If ALL is a number, fetch this number of articles." (declare-function bookmark-default-handler "bookmark" (bmk)) (declare-function bookmark-get-bookmark-record "bookmark" (bmk)) (defvar bookmark-yank-point) -(defvar bookmark-current-bookmark) +(defvar bookmark-current-buffer) (defun gnus-summary-bookmark-make-record () "Make a bookmark entry for a Gnus summary buffer." |
