* textmodes/sgml-mode.el (sgml-char-names): Change "half" to

"frac12".
This commit is contained in:
Gerd Moellmann
1999-10-30 21:06:34 +00:00
parent 65113618fc
commit e79ad8a15d
2 changed files with 7 additions and 3 deletions

View File

@@ -1,5 +1,8 @@
1999-10-30 Gerd Moellmann <gerd@gnu.org>
* textmodes/sgml-mode.el (sgml-char-names): Change "half" to
"frac12".
* emacs-lisp/advice.el (ad-activate-on): Make it an alias for
ad-activate.
@@ -28,8 +31,9 @@
to return the list of whitespaces for whom checks have been
suppressed.
* whitespace.el (whitespace-display-unchecked-whitespaces):
Renamed to `whitespace-update-modeline' to reflect its functionality.
* whitespace.el (whitespace-display-unchecked-whitespaces):
Renamed to `whitespace-update-modeline' to reflect its
functionality.
1999-09-30 Rajesh Vaidheeswarran <rv@dsmit.com>

View File

@@ -174,7 +174,7 @@ This takes effect when first loading the sgml-mode library.")
"nbsp" "iexcl" "cent" "pound" "curren" "yen" "brvbar" "sect"
"uml" "copy" "ordf" "laquo" "not" "shy" "reg" "macr"
"ring" "plusmn" "sup2" "sup3" "acute" "micro" "para" "middot"
"cedil" "sup1" "ordm" "raquo" "frac14" "half" "frac34" "iquest"
"cedil" "sup1" "ordm" "raquo" "frac14" "frac12" "frac34" "iquest"
"Agrave" "Aacute" "Acirc" "Atilde" "Auml" "Aring" "AElig" "Ccedil"
"Egrave" "Eacute" "Ecirc" "Euml" "Igrave" "Iacute" "Icirc" "Iuml"
"ETH" "Ntilde" "Ograve" "Oacute" "Ocirc" "Otilde" "Ouml" nil