Mercurial > emacs
changeset 38108:f535923264bd
(sgml-mode-map): Fix thinko.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 18 Jun 2001 19:02:42 +0000 |
parents | 5829df320f15 |
children | e04bcf94a441 |
files | lisp/textmodes/sgml-mode.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/sgml-mode.el Mon Jun 18 16:41:24 2001 +0000 +++ b/lisp/textmodes/sgml-mode.el Mon Jun 18 19:02:42 2001 +0000 @@ -106,7 +106,8 @@ (define-key map "\"" 'sgml-name-self)) (if (memq ?' sgml-specials) (define-key map "'" 'sgml-name-self)))) - (define-key map (make-char 'latin-iso8859-1) 'sgml-maybe-name-self) + (define-key map (vector (make-char 'latin-iso8859-1)) + 'sgml-maybe-name-self) (define-key map [menu-bar sgml] (cons "SGML" menu-map)) (define-key menu-map [sgml-validate] '("Validate" . sgml-validate)) (define-key menu-map [sgml-name-8bit-mode]