gnats-diffs
[Top][All Lists]
Advanced

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

Changes to gnats/debian/gnats.el


From: Milan Zamazal
Subject: Changes to gnats/debian/gnats.el
Date: Sun, 23 Dec 2001 15:19:56 -0500

Index: gnats/debian/gnats.el
diff -c gnats/debian/gnats.el:1.1 gnats/debian/gnats.el:1.2
*** gnats/debian/gnats.el:1.1   Sun May 27 11:59:39 2001
--- gnats/debian/gnats.el       Sun Dec 23 15:19:55 2001
***************
*** 8,15 ****
               "/site-lisp/gnats")
         load-path))
  
! (autoload 'edit-pr "gnats" "Command to edit a problem report." t)
! (autoload 'query-pr "gnats" "Command to query information about problem 
reports." t)
! (autoload 'send-pr "gnats" "Command to create and send a problem report." t)
! (autoload 'unlock-pr "gnats" "Unlock a problem report." t)
! (autoload 'view-pr "gnats" "Command to view a problem report." t)
--- 8,23 ----
               "/site-lisp/gnats")
         load-path))
  
! (autoload 'edit-pr "gnats"
!   "Command to edit a problem report." t)
! (autoload 'query-pr "gnats"
!   "Command to query information about problem reports." t)
! (autoload 'send-pr "gnats"
!   "Command to create and send a problem report." t)
! (autoload 'view-pr "gnats"
!   "Command to view a problem report." t)
! (autoload 'unlock-pr "gnats"
!   "Unlock a problem report." 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))  



reply via email to

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