Mercurial > emacs
changeset 24176:077a147742fc
(snmpv2-mode, snmpv-mode): Add autoload cookies -- see
auto-mode-alist.
author | Dave Love <fx@gnu.org> |
---|---|
date | Mon, 25 Jan 1999 18:54:10 +0000 |
parents | ec6c3e69f89a |
children | 72adfb2cd104 |
files | lisp/snmp-mode.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/snmp-mode.el Mon Jan 25 17:04:23 1999 +0000 +++ b/lisp/snmp-mode.el Mon Jan 25 18:54:10 1999 +0000 @@ -354,6 +354,7 @@ ;; 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 @@ (run-hooks 'snmp-mode-hook)) +;;;###autoload (defun snmpv2-mode () "Major mode for editing SNMPv2 MIBs. Expression and list commands understand all C brackets.