]> err.no Git - dotfiles/commitdiff
Use ]] rather than * to make Manoj happy
authortfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Sat, 28 Jun 2008 15:47:31 +0000 (15:47 +0000)
committertfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Sat, 28 Jun 2008 15:47:31 +0000 (15:47 +0000)
git-svn-id: file:///svn/tfheen/trunk/dotfiles@1272 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf

gnus

diff --git a/gnus b/gnus
index a287250c1b24173c5d45dc5b5ddf6826599561db..864245598520ec8d378ef210c5a61ab16413d85d 100644 (file)
--- a/gnus
+++ b/gnus
@@ -335,13 +335,13 @@ inserts \" characters."
 ;(add-hook 'mc-pre-signature-hook 'tfheen-escape-url)
 
 (defun tfh-insert-citation-line ()
-  "My own function to insert citation. Inserts a line similar to \"* Tollef Fog Heen\n\n\""
+  "My own function to insert citation. Inserts a line similar to \"]] Tollef Fog Heen\n\n\""
   (if (string-equal gnus-newsgroup-name "nnml:drift.news.nag.submissions")
       "  "
     (when message-reply-headers
       (let ((author (or (mail-header-from message-reply-headers) "")))
        (string-match "[^@ ]+@[^@ ]+" author)
-       (insert "* "(replace-match "" nil nil author) "\n\n")))))
+       (insert "]] "(replace-match "" nil nil author) "\n\n")))))
 
 (setq gnus-summary-gather-subject-limit 'fuzzy
       gnus-simplify-subject-fuzzy-regexp "^\\([Aa][Dd]: \\|[Ss][Vv]: \\|[Rr][Ee]: \\)+"