(gnus-article-highlight-citation): Rename KEEP-BUFFER to SAME-BUFFER.
authorReiner Steib <Reiner.Steib@gmx.de>
Sun, 14 Jan 2007 21:32:50 +0000 (21:32 +0000)
committerReiner Steib <Reiner.Steib@gmx.de>
Sun, 14 Jan 2007 21:32:50 +0000 (21:32 +0000)
lisp/ChangeLog
lisp/gnus-cite.el

index c2be3b3..7cb6fdc 100644 (file)
@@ -1,6 +1,6 @@
 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
 
-       * gnus-cite.el (gnus-article-highlight-citation): Add KEEP-BUFFER arg.
+       * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
 
        * gnus-art.el (gnus-article-browse-html-article): Add warning about web
        bugs to doc string.
index 00f815a..1d909d8 100644 (file)
@@ -370,7 +370,7 @@ in a boring face, then the pages will be skipped."
 
 ;;; Commands:
 
-(defun gnus-article-highlight-citation (&optional force keep-buffer)
+(defun gnus-article-highlight-citation (&optional force same-buffer)
   "Highlight cited text.
 Each citation in the article will be highlighted with a different face.
 The faces are taken from `gnus-cite-face-list'.
@@ -384,7 +384,7 @@ Lines matching `gnus-cite-attribution-suffix' and perhaps
 `gnus-cite-attribution-prefix' are considered attribution lines."
   (interactive (list 'force))
   (save-excursion
-    (unless keep-buffer
+    (unless same-buffer
       (set-buffer gnus-article-buffer))
     (gnus-cite-parse-maybe force)
     (let ((buffer-read-only nil)