(sgml-tag): Default skeleton-transformation to `identity'.
This commit is contained in:
parent
6ba0fd3eb9
commit
51df53f840
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2002-05-14 Mike Williams <mdub@bigfoot.com>
|
||||
|
||||
* textmodes/sgml-mode.el (sgml-tag): Default
|
||||
skeleton-transformation to `identity'.
|
||||
|
||||
2002-05-14 Francesco Potorti` <pot@gnu.org>
|
||||
|
||||
* shell.el (shell-mode): Make second part of initialisation
|
||||
|
|
|
@ -571,7 +571,7 @@ Completion and configuration are done according to `sgml-tag-alist'.
|
|||
If you like tags and attributes in uppercase do \\[set-variable]
|
||||
skeleton-transformation RET upcase RET, or put this in your `.emacs':
|
||||
(setq sgml-transformation 'upcase)"
|
||||
(funcall skeleton-transformation
|
||||
(funcall (or skeleton-transformation 'identity)
|
||||
(completing-read "Tag: " sgml-tag-alist))
|
||||
?< str |
|
||||
(("") -1 '(undo-boundary) (identity "<")) | ; see comment above
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue