diff options
| -rw-r--r-- | lisp/textmodes/sgml-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/sgml-mode.el b/lisp/textmodes/sgml-mode.el index e4daa3f65dc..e9f8324ae2c 100644 --- a/lisp/textmodes/sgml-mode.el +++ b/lisp/textmodes/sgml-mode.el | |||
| @@ -957,7 +957,7 @@ This takes effect when first loading the library.") | |||
| 957 | "<title>" (setq str (read-input "Title: ")) "</title>\n" | 957 | "<title>" (setq str (read-input "Title: ")) "</title>\n" |
| 958 | "<body>\n<h1>" str "</h1>\n" _ | 958 | "<body>\n<h1>" str "</h1>\n" _ |
| 959 | "\n<address>\n<a href=\"mailto:" | 959 | "\n<address>\n<a href=\"mailto:" |
| 960 | (user-login-name) ?@ (system-name) | 960 | user-mail-address |
| 961 | "\">" (user-full-name) "</a>\n</address>")) | 961 | "\">" (user-full-name) "</a>\n</address>")) |
| 962 | ("i") | 962 | ("i") |
| 963 | ("ins") | 963 | ("ins") |