Mercurial > emacs
annotate lisp/international/.arch-inventory @ 94139:1e40bf35d15e
(python-mode-map): Use abbrev-table-menu.
(python-use-skeletons): Remove, unused.
(python-skeletons): Remove. Use the abbrev table instead.
(python-mode-abbrev-table): Fix regexp; add enable-function and case-fixed.
(def-python-skeleton): Simplify.
(python-expand-template): Use the abbrev-table and abbrev-insert.
(python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook): Remove.
(python-mode): Don't set pre-abbrev-expand-hook.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 17 Apr 2008 20:09:54 +0000 |
parents | b745036dab36 |
children |
rev | line source |
---|---|
90179
b745036dab36
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-50
Miles Bader <miles@gnu.org>
parents:
diff
changeset
|
1 # "uni-*.el" and "charprop.el" files are generated at compile time |
b745036dab36
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-50
Miles Bader <miles@gnu.org>
parents:
diff
changeset
|
2 precious ^(charprop|uni-.*)\.el$ |
b745036dab36
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-50
Miles Bader <miles@gnu.org>
parents:
diff
changeset
|
3 |
b745036dab36
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-50
Miles Bader <miles@gnu.org>
parents:
diff
changeset
|
4 # arch-tag: 7290e69e-5886-4603-9d06-b0f251fb1679 |