Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
cde0a40c
Commit
cde0a40c
authored
Jan 21, 2006
by
Romain Francoise
Browse files
(get_window_cursor_type): Fix last change.
Update copyright year.
parent
44eca3f4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
5 deletions
+10
-5
src/ChangeLog
src/ChangeLog
+6
-1
src/xdisp.c
src/xdisp.c
+4
-4
No files found.
src/ChangeLog
View file @
cde0a40c
2006-01-21 Romain Francoise <romain@orebokech.com>
* xdisp.c (get_window_cursor_type): Fix last change.
Update copyright year.
2006-01-20 Eli Zaretskii <eliz@gnu.org>
* lread.c (Fload): Don't leak the file descriptor returned by
...
...
@@ -8,7 +13,7 @@
(sys_dup): Protect against new_fd larger than fd_info[] can handle.
(sys_read): If FD is outside [0..MAXDESC) limits, pass it directly
to _read.
(sys_write):
If FD is outside [0..MAXDESC) limits, pass it
(sys_write): If FD is outside [0..MAXDESC) limits, pass it
directly to _write.
* .gdbinit: Don't dereference Vsystem_type's Lisp_Symbol pointer
...
...
src/xdisp.c
View file @
cde0a40c
/* Display generation from window structure and buffer text.
Copyright (C) 1985, 1986, 1987, 1988, 1993, 1994, 1995,
1997, 1998, 1999, 2000, 2001, 2002, 2003,
2004, 2005 Free Software Foundation, Inc.
2004, 2005
, 2006
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
@@ -20779,10 +20779,10 @@ get_window_cursor_type (w, glyph, width, active_cursor)
}
else
return get_specified_cursor_type (b->cursor_type, width);
*active_cursor = 0;
non_selected = 1;
}
*active_cursor = 0;
non_selected = 1;
}
/* Nonselected window or nonselected frame. */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment