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
6ca1c3b4
Commit
6ca1c3b4
authored
Feb 21, 2011
by
Ben Key
Committed by
Chong Yidong
Feb 21, 2011
Browse files
* make-docfile.c (scan_c_file): Adapt to the new BVAR macro.
parent
5c185672
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lib-src/ChangeLog
lib-src/ChangeLog
+5
-0
lib-src/make-docfile.c
lib-src/make-docfile.c
+1
-1
No files found.
lib-src/ChangeLog
View file @
6ca1c3b4
2011-02-21 Ben Key <bkey76@gmail.com> (tiny change)
* make-docfile.c (scan_c_file): Adapt DEFVAR_PER_BUFFER case to
the new BVAR macro.
2011-02-20 Juanma Barranquero <lekktu@gmail.com>
* makefile.w32-in (obj): Remove md5.o.
...
...
lib-src/make-docfile.c
View file @
6ca1c3b4
...
...
@@ -815,7 +815,7 @@ scan_c_file (char *filename, const char *mode)
if
(
defunflag
)
commas
=
5
;
else
if
(
defvarperbufferflag
)
commas
=
2
;
commas
=
3
;
else
if
(
defvarflag
)
commas
=
1
;
else
/* For DEFSIMPLE and DEFPRED */
...
...
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