aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1993-08-11 20:48:04 +0000
committerRichard M. Stallman1993-08-11 20:48:04 +0000
commitf8f5a0575b31f5518d30f987323a719b2eb96b18 (patch)
tree5758f14172f35c2b233b12348623866cfdd48608 /src
parenta68c0d3b6e2a82e7b67505e52bddb1aa5791eb6d (diff)
downloademacs-f8f5a0575b31f5518d30f987323a719b2eb96b18.tar.gz
emacs-f8f5a0575b31f5518d30f987323a719b2eb96b18.zip
(enum resource_types): Delete final comma.
Diffstat (limited to 'src')
-rw-r--r--src/xfns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xfns.c b/src/xfns.c
index 07925ebb0ed..64c58a5604f 100644
--- a/src/xfns.c
+++ b/src/xfns.c
@@ -1261,7 +1261,7 @@ The defaults are specified in the file `~/.Xdefaults'.")
1261/* Types we might convert a resource string into. */ 1261/* Types we might convert a resource string into. */
1262enum resource_types 1262enum resource_types
1263 { 1263 {
1264 number, boolean, string, symbol, 1264 number, boolean, string, symbol
1265 }; 1265 };
1266 1266
1267/* Return the value of parameter PARAM. 1267/* Return the value of parameter PARAM.