]> git.eshelyaron.com Git - emacs.git/commitdiff
(get_next_display_element): Reverse test of Vshow_nonbreak_escape.
authorRichard M. Stallman <rms@gnu.org>
Fri, 17 Jun 2005 14:10:09 +0000 (14:10 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 17 Jun 2005 14:10:09 +0000 (14:10 +0000)
src/ChangeLog
src/xdisp.c

index 99a208586a5faf31d0a5717d1c9aa59cd1635e97..fbb8d887533dbcd1687ed0fe732d62e55ea45ac0 100644 (file)
@@ -1,3 +1,24 @@
+2005-06-17  Richard M. Stallman  <rms@gnu.org>
+
+       * xdisp.c (get_next_display_element): Reverse
+       test of Vshow_nonbreak_escape.
+
+       * term.c (produce_special_glyphs): Use spec_glyph_lookup_face.
+
+       * keyboard.c (read_char): Call restore_getcjmp after jump occurs.
+
+       * dispnew.c (spec_glyph_lookup_face): New function.
+       (build_frame_matrix_from_leaf_window): Use it.
+
+       * dispextern.h (spec_glyph_lookup_face): Add declaration.
+
+       * buffer.c (syms_of_buffer) <cursor-type>: Doc fix.
+
+2005-06-12  Richard M. Stallman  <rms@gnu.org>
+
+       * keyboard.c (read_char): After catching a longjmp,
+       call restore_getcjmp.
+
 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
 
        * xselect.c (lisp_data_to_selection_data): Fix spelling.
 
        * xdisp.c (note_mode_line_or_margin_highlight): Call clear_mouse_face
        when mouse_face is not given.
-       Remove unnecessary tabs.
 
 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
 
index 7ce461c18978d2c290e5e3dd4371bb6aa67d396c..4128f354442d33ece7c93fa808b672a3184148ab 100644 (file)
@@ -5152,7 +5152,7 @@ get_next_display_element (it)
              /* Handle non-break space in the mode where it only gets
                 highlighting.  */
 
-             if (EQ (Vshow_nonbreak_escape, Qt)
+             if (EQ (Vshow_nonbreak_escape, Qt)
                  && (it->c == 0x8a0 || it->c == 0x920
                      || it->c == 0xe20 || it->c == 0xf20))
                {