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
9f3b5e69
Commit
9f3b5e69
authored
Mar 07, 2011
by
Paul Eggert
Browse files
* category.c (copy_category_table): Now static, since it's not used elsewhere.
parent
232b38b9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
src/ChangeLog
src/ChangeLog
+1
-0
src/category.c
src/category.c
+1
-1
No files found.
src/ChangeLog
View file @
9f3b5e69
...
...
@@ -66,6 +66,7 @@
Remove unused macros.
* category.c (hash_get_category_set): Remove unused local var.
(copy_category_table): Now static, since it's not used elsewhere.
2011-03-06 Chong Yidong <cyd@stupidchicken.com>
src/category.c
View file @
9f3b5e69
...
...
@@ -227,7 +227,7 @@ copy_category_entry (Lisp_Object table, Lisp_Object c, Lisp_Object val)
the original and the copy. This function is called recursively by
binding TABLE to a sub char table. */
Lisp_Object
static
Lisp_Object
copy_category_table
(
Lisp_Object
table
)
{
table
=
copy_char_table
(
table
);
...
...
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