diff options
| author | Richard M. Stallman | 1993-08-11 20:48:04 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-08-11 20:48:04 +0000 |
| commit | f8f5a0575b31f5518d30f987323a719b2eb96b18 (patch) | |
| tree | 5758f14172f35c2b233b12348623866cfdd48608 /src | |
| parent | a68c0d3b6e2a82e7b67505e52bddb1aa5791eb6d (diff) | |
| download | emacs-f8f5a0575b31f5518d30f987323a719b2eb96b18.tar.gz emacs-f8f5a0575b31f5518d30f987323a719b2eb96b18.zip | |
(enum resource_types): Delete final comma.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xfns.c | 2 |
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. */ |
| 1262 | enum resource_types | 1262 | enum 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. |