/[gnats]/gnats/debian/gnats.el
ViewVC logotype

Diff of /gnats/debian/gnats.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by pdm, Sun May 27 15:59:39 2001 UTC revision 1.2 by pdm, Sun Dec 23 20:19:55 2001 UTC
# Line 8  Line 8 
8                 "/site-lisp/gnats")                 "/site-lisp/gnats")
9         load-path))         load-path))
10    
11  (autoload 'edit-pr "gnats" "Command to edit a problem report." t)  (autoload 'edit-pr "gnats"
12  (autoload 'query-pr "gnats" "Command to query information about problem reports." t)    "Command to edit a problem report." t)
13  (autoload 'send-pr "gnats" "Command to create and send a problem report." t)  (autoload 'query-pr "gnats"
14  (autoload 'unlock-pr "gnats" "Unlock a problem report." t)    "Command to query information about problem reports." t)
15  (autoload 'view-pr "gnats" "Command to view a problem report." t)  (autoload 'send-pr "gnats"
16      "Command to create and send a problem report." t)
17    (autoload 'view-pr "gnats"
18      "Command to view a problem report." t)
19    (autoload 'unlock-pr "gnats"
20      "Unlock a problem report." t)
21    (autoload 'gnats-dbconfig-mode "gnats"
22      "Major mode for editing the `dbconfig' GNATS configuration file." t)
23    (add-to-list 'auto-mode-alist '("\\<dbconfig$" . gnats-dbconfig-mode))  

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26