emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Bug in emacsbug.el


From: Lennart Borgman
Subject: Bug in emacsbug.el
Date: Tue, 05 Dec 2006 17:01:28 +0100
User-agent: Thunderbird 1.5.0.8 (Windows/20061025)

I think this test in `report-emacs-bug' tests the wrong mail address:

      ;; Insert warnings for novice users.
      (when (string-match "@gnu\\.org^" reporting-address)
        (insert "This bug report will be sent to the Free Software 
Foundation,\n")
        (let ((pos (point)))
          (insert "not to your local site managers!")
          (put-text-property pos (point) 'face 'highlight)))

Should it not test `user-mail-address' instead?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]