]> git.eshelyaron.com Git - emacs.git/commitdiff
(snmpv2-mode, snmpv-mode): Add autoload cookies -- see
authorDave Love <fx@gnu.org>
Mon, 25 Jan 1999 18:54:10 +0000 (18:54 +0000)
committerDave Love <fx@gnu.org>
Mon, 25 Jan 1999 18:54:10 +0000 (18:54 +0000)
auto-mode-alist.

lisp/snmp-mode.el

index 202d0720c68f626f1b2c179656c8faf469700e4c..7732a8c2796d2527ea67e07daab9218bb931677b 100644 (file)
@@ -354,6 +354,7 @@ This is used during Tempo template completion."
 
 ;; SNMPv1 MIB Editing Mode.
 ;;
+;;;###autoload
 (defun snmp-mode ()
   "Major mode for editing SNMP MIBs.
 Expression and list commands understand all C brackets.
@@ -389,6 +390,7 @@ Turning on snmp-mode runs the hooks in `snmp-common-mode-hook', then
   (run-hooks 'snmp-mode-hook))
 
 
+;;;###autoload
 (defun snmpv2-mode ()
   "Major mode for editing SNMPv2 MIBs.
 Expression and list commands understand all C brackets.