Changes to gnats/debian/gnats.el
Milan Zamazal <[email protected]> Sun, 14 Jul 2002 13:26:56 -0400
| Newsgroups | gmane.comp.bug-tracking.gnats.patches |
|---|---|
| Message-ID | <[email protected]> |
Index: gnats/debian/gnats.el
diff -c gnats/debian/gnats.el:1.3 gnats/debian/gnats.el:1.4
*** gnats/debian/gnats.el:1.3 Sun Feb 10 13:27:53 2002
--- gnats/debian/gnats.el Sun Jul 14 13:26:56 2002
***************
*** 20,25 ****
--- 20,27 ----
"Unlock a problem report." t)
(autoload 'unlock-database "gnats"
"Unlock the whole database." t)
+ (autoload 'gnats-change-database "gnats"
+ "Set new database parameters." t)
(autoload 'gnats-dbconfig-mode "gnats"
"Major mode for editing the `dbconfig' GNATS configuration file." t)
(add-to-list 'auto-mode-alist '("\\<dbconfig$" . gnats-dbconfig-mode))