From: Glenn Morris Date: Sat, 21 Jun 2008 20:14:27 +0000 (+0000) Subject: Add bug-reference-url-format local setting. X-Git-Tag: emacs-pretest-23.0.90~4587 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=231f8f3f112875f5bb028079ed1538ea6413aaff;p=emacs.git Add bug-reference-url-format local setting. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b7ff4e56087..4fc1e994541 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -16,6 +16,12 @@ 2008-06-21 Glenn Morris + * progmodes/bug-reference.el (bug-reference-map): Bind down-mouse-1 + rather than mouse-1. + (bug-reference-url-format): Autoload safe if string. + (bug-reference-bug-regexp): Make space after "bug" optional. + (bug-reference-fontify): Save match data. + * Makefile.in (all): Explicitly pass EMACS to sub-make, for some non-GNU makes. @@ -10383,6 +10389,7 @@ See ChangeLog.13 for earlier changes. ;; Local Variables: ;; coding: utf-8 ;; add-log-time-zone-rule: t +;; bug-reference-url-format: "http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=%s" ;; End: Copyright (C) 2008 Free Software Foundation, Inc.