comparison lisp/ChangeLog @ 84653:dbbf6366b2a0

Remove spurious * in docstrings. (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types) (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access) (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now that completion accepts lists of strings. (snmp-mode-syntax-table): Move initialization into declaration. (snmp-mode-map): Likewise and remove \t binding. (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i. (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var. (snmp-indent-command): Remove.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 19 Sep 2007 14:20:54 +0000
parents bfafceb8e3dd
children 9b686572bf3f
comparison
equal deleted inserted replaced
84652:bfafceb8e3dd 84653:dbbf6366b2a0
1 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca> 1 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * net/snmp-mode.el: Remove spurious * in docstrings.
4 (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
5 (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
6 (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
7 that completion accepts lists of strings.
8 (snmp-mode-syntax-table): Move initialization into declaration.
9 (snmp-mode-map): Likewise and remove \t binding.
10 (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
11 (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
12 (snmp-indent-command): Remove.
2 13
3 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB 14 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
4 binding, so tab-always-indent works right. 15 binding, so tab-always-indent works right.
5 16
6 2007-09-19 Johannes Weiner <hannes@saeurebad.de> 17 2007-09-19 Johannes Weiner <hannes@saeurebad.de>