Skip to content
Snippets Groups Projects
Commit adb723c1 authored by wlott's avatar wlott
Browse files

Fixed a syntax error uncovered by new defstruct parsing stuff.

parent 7fba6c21
No related branches found
No related tags found
No related merge requests found
...@@ -132,7 +132,7 @@ ...@@ -132,7 +132,7 @@
post-buffer post-buffer
;; This is need because we want to display what message this is in the ;; This is need because we want to display what message this is in the
;; modeline field of a message buffer. ;; modeline field of a message buffer.
(message-number :type (or null fixnum)) (message-number nil :type (or null fixnum))
;; Set to T when we do not want to reuse this buffer. ;; Set to T when we do not want to reuse this buffer.
keep-p) keep-p)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment