* typo fix
@ 2008-01-13 18:38 Tom Tromey
2008-01-13 22:11 ` Michael Olson
0 siblings, 1 reply; 2+ messages in thread
From: Tom Tromey @ 2008-01-13 18:38 UTC (permalink / raw)
To: emacs-devel
I found a typo in lisp.h, patch appended.
Tom
Index: lisp.h
===================================================================
RCS file: /sources/emacs/emacs/src/lisp.h,v
retrieving revision 1.604
diff -u -c -r1.604 lisp.h
cvs diff: conflicting specifications of output style
*** lisp.h 8 Jan 2008 20:44:17 -0000 1.604
--- lisp.h 13 Jan 2008 19:11:17 -0000
***************
*** 1425,1431 ****
All callers should assure that at least this size of memory is
allocated at the place pointed by the second argument.
! Thers are 6 modifiers, each consumes 2 chars.
The octal form of a character code consumes
(1 + CHARACTERBITS / 3 + 1) chars (including backslash at the head).
We need one more byte for string terminator `\0'. */
--- 1426,1432 ----
All callers should assure that at least this size of memory is
allocated at the place pointed by the second argument.
! There are 6 modifiers, each consumes 2 chars.
The octal form of a character code consumes
(1 + CHARACTERBITS / 3 + 1) chars (including backslash at the head).
We need one more byte for string terminator `\0'. */
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: typo fix
2008-01-13 18:38 typo fix Tom Tromey
@ 2008-01-13 22:11 ` Michael Olson
0 siblings, 0 replies; 2+ messages in thread
From: Michael Olson @ 2008-01-13 22:11 UTC (permalink / raw)
To: emacs-devel
[-- Attachment #1.1: Type: text/plain, Size: 382 bytes --]
Tom Tromey <tromey@redhat.com> writes:
> I found a typo in lisp.h, patch appended.
I've applied this to CVS HEAD.
--
Michael Olson -- FSF Associate Member #652 |
http://mwolson.org/ -- Jabber: mwolson_at_hcoop.net | /` |\ | | |
Programmer -- Hobbies: Lisp, HCoop | |_] | \| |_|
Projects: Emacs, Muse, ERC, EMMS, ErBot, DVC, Planner |
[-- Attachment #1.2: Type: application/pgp-signature, Size: 188 bytes --]
[-- Attachment #2: Type: text/plain, Size: 142 bytes --]
_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-01-13 22:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-13 18:38 typo fix Tom Tromey
2008-01-13 22:11 ` Michael Olson
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.