diff options
| author | Juanma Barranquero | 2010-10-22 12:52:08 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2010-10-22 12:52:08 +0200 |
| commit | cd5ad71278628d0b71ba13032def9fe5b17ada14 (patch) | |
| tree | 945df5949abbc1fc464088dd4267ad0eb5f9c240 /src | |
| parent | 89baa1df6943eb3e8b4ff2a11b1c3e2463f85849 (diff) | |
| download | emacs-cd5ad71278628d0b71ba13032def9fe5b17ada14.tar.gz emacs-cd5ad71278628d0b71ba13032def9fe5b17ada14.zip | |
src/frame.c: Fix previous change.
Diffstat (limited to 'src')
| -rw-r--r-- | src/frame.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/frame.c b/src/frame.c index d9106a721a9..c542cae5f6d 100644 --- a/src/frame.c +++ b/src/frame.c | |||
| @@ -272,8 +272,6 @@ FRAME defaults to the currently selected frame. | |||
| 272 | Use of this function as a predicate is deprecated. Instead, | 272 | Use of this function as a predicate is deprecated. Instead, |
| 273 | use `display-graphic-p' or any of the other `display-*-p' | 273 | use `display-graphic-p' or any of the other `display-*-p' |
| 274 | predicates which report frame's specific UI-related capabilities. */) | 274 | predicates which report frame's specific UI-related capabilities. */) |
| 275 | |||
| 276 | FRAME defaults to the currently selected frame. */) | ||
| 277 | (frame) | 275 | (frame) |
| 278 | Lisp_Object frame; | 276 | Lisp_Object frame; |
| 279 | { | 277 | { |