aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann1999-10-30 21:06:34 +0000
committerGerd Moellmann1999-10-30 21:06:34 +0000
commite79ad8a15dc2cfe7ced24730a8ad105e17a1bde1 (patch)
tree6830305ed7b096058523519106f764bd892f0c89
parent65113618fce53ca923965d3eefc849e43b2e01a9 (diff)
downloademacs-e79ad8a15dc2cfe7ced24730a8ad105e17a1bde1.tar.gz
emacs-e79ad8a15dc2cfe7ced24730a8ad105e17a1bde1.zip
* textmodes/sgml-mode.el (sgml-char-names): Change "half" to
"frac12".
-rw-r--r--lisp/ChangeLog8
-rw-r--r--lisp/textmodes/sgml-mode.el2
2 files changed, 7 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 44576321e67..1bd71aec55f 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
11999-10-30 Gerd Moellmann <gerd@gnu.org> 11999-10-30 Gerd Moellmann <gerd@gnu.org>
2 2
3 * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
4 "frac12".
5
3 * emacs-lisp/advice.el (ad-activate-on): Make it an alias for 6 * emacs-lisp/advice.el (ad-activate-on): Make it an alias for
4 ad-activate. 7 ad-activate.
5 8
@@ -28,8 +31,9 @@
28 to return the list of whitespaces for whom checks have been 31 to return the list of whitespaces for whom checks have been
29 suppressed. 32 suppressed.
30 33
31 * whitespace.el (whitespace-display-unchecked-whitespaces): 34 * whitespace.el (whitespace-display-unchecked-whitespaces):
32 Renamed to `whitespace-update-modeline' to reflect its functionality. 35 Renamed to `whitespace-update-modeline' to reflect its
36 functionality.
33 37
341999-09-30 Rajesh Vaidheeswarran <rv@dsmit.com> 381999-09-30 Rajesh Vaidheeswarran <rv@dsmit.com>
35 39
diff --git a/lisp/textmodes/sgml-mode.el b/lisp/textmodes/sgml-mode.el
index a28a18535ab..cecd4a3da47 100644
--- a/lisp/textmodes/sgml-mode.el
+++ b/lisp/textmodes/sgml-mode.el
@@ -174,7 +174,7 @@ This takes effect when first loading the sgml-mode library.")
174 "nbsp" "iexcl" "cent" "pound" "curren" "yen" "brvbar" "sect" 174 "nbsp" "iexcl" "cent" "pound" "curren" "yen" "brvbar" "sect"
175 "uml" "copy" "ordf" "laquo" "not" "shy" "reg" "macr" 175 "uml" "copy" "ordf" "laquo" "not" "shy" "reg" "macr"
176 "ring" "plusmn" "sup2" "sup3" "acute" "micro" "para" "middot" 176 "ring" "plusmn" "sup2" "sup3" "acute" "micro" "para" "middot"
177 "cedil" "sup1" "ordm" "raquo" "frac14" "half" "frac34" "iquest" 177 "cedil" "sup1" "ordm" "raquo" "frac14" "frac12" "frac34" "iquest"
178 "Agrave" "Aacute" "Acirc" "Atilde" "Auml" "Aring" "AElig" "Ccedil" 178 "Agrave" "Aacute" "Acirc" "Atilde" "Auml" "Aring" "AElig" "Ccedil"
179 "Egrave" "Eacute" "Ecirc" "Euml" "Igrave" "Iacute" "Icirc" "Iuml" 179 "Egrave" "Eacute" "Ecirc" "Euml" "Igrave" "Iacute" "Icirc" "Iuml"
180 "ETH" "Ntilde" "Ograve" "Oacute" "Ocirc" "Otilde" "Ouml" nil 180 "ETH" "Ntilde" "Ograve" "Oacute" "Ocirc" "Otilde" "Ouml" nil