diff options
| author | Stefan Monnier | 2001-10-31 01:52:59 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2001-10-31 01:52:59 +0000 |
| commit | d09302892e854ce0f906ad7f3dabe5895a1bc3ec (patch) | |
| tree | 29a0b953e8efcc0ee5c4066e241d5555376a3b44 /src | |
| parent | d4945dfb1c80d5a08ac2c584b1b91417fccffea0 (diff) | |
| download | emacs-d09302892e854ce0f906ad7f3dabe5895a1bc3ec.tar.gz emacs-d09302892e854ce0f906ad7f3dabe5895a1bc3ec.zip | |
(Fface_attribute_relative_p): Declare args.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xfaces.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xfaces.c b/src/xfaces.c index 3f5a4f4403d..324470bb7a1 100644 --- a/src/xfaces.c +++ b/src/xfaces.c | |||
| @@ -4487,6 +4487,7 @@ DEFUN ("face-attribute-relative-p", Fface_attribute_relative_p, | |||
| 4487 | 2, 2, 0, | 4487 | 2, 2, 0, |
| 4488 | doc: /* Return non-nil if face ATTRIBUTE VALUE is relative. */) | 4488 | doc: /* Return non-nil if face ATTRIBUTE VALUE is relative. */) |
| 4489 | (attribute, value) | 4489 | (attribute, value) |
| 4490 | Lisp_Object attribute, value; | ||
| 4490 | { | 4491 | { |
| 4491 | if (EQ (value, Qunspecified)) | 4492 | if (EQ (value, Qunspecified)) |
| 4492 | return Qt; | 4493 | return Qt; |