comparison lisp/textmodes/sgml-mode.el @ 17530:9fb83ef40566

(sgml-transformation): Fix previous change.
author Richard M. Stallman <rms@gnu.org>
date Tue, 22 Apr 1997 04:32:00 +0000
parents e8d7c7e2acab
children c67787f92aea
comparison
equal deleted inserted replaced
17529:d74be66ca177 17530:9fb83ef40566
37 :group 'languages) 37 :group 'languages)
38 38
39 (defcustom sgml-transformation nil 39 (defcustom sgml-transformation nil
40 "*Default value for `skeleton-transformation' (which see) in SGML mode." 40 "*Default value for `skeleton-transformation' (which see) in SGML mode."
41 :type 'function 41 :type 'function
42 :group sgml) 42 :group 'sgml)
43 43
44 (put 'sgml-transformation 'variable-interactive 44 (put 'sgml-transformation 'variable-interactive
45 "aTransformation function: ") 45 "aTransformation function: ")
46 46
47 ;; As long as Emacs' syntax can't be complemented with predicates to context 47 ;; As long as Emacs' syntax can't be complemented with predicates to context