Mercurial > emacs
changeset 44397:307a3e75b2f7
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 04 Apr 2002 21:10:44 +0000 |
parents | ea58bae14724 |
children | b31ff653a546 |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Apr 04 21:10:36 2002 +0000 +++ b/lisp/ChangeLog Thu Apr 04 21:10:44 2002 +0000 @@ -1,5 +1,7 @@ 2002-04-04 Richard M. Stallman <rms@gnu.org> + * calendar/solar.el (solar-northern-spring-or-summer-season): Doc fix. + * mail/mailabbrev.el (mail-abbrev-make-syntax-table): Use (syntax-table), not old-syntax-table.
--- a/src/ChangeLog Thu Apr 04 21:10:36 2002 +0000 +++ b/src/ChangeLog Thu Apr 04 21:10:44 2002 +0000 @@ -1,3 +1,11 @@ +2002-04-04 Richard M. Stallman <rms@gnu.org> + + * xdisp.c (display_mode_element): New arg RISKY. + Disregard text props found or specified within a variable + that isn't marked risky-local-variable. + (Qrisky_local_variable): New variable. + (syms_of_xdisp): Init and staticpro it. + 2002-04-03 Juanma Barranquero <lektu@terra.es> * doc.c (Fdocumentation): Add missing parentheses.