diff options
| author | Glenn Morris | 2013-09-17 19:50:04 -0700 |
|---|---|---|
| committer | Glenn Morris | 2013-09-17 19:50:04 -0700 |
| commit | e740f9d245b007e51fcc706338a4a1ac450c8307 (patch) | |
| tree | 5c77f31de5804c1ee09b1b9f740294730ce400fd /lisp/ChangeLog | |
| parent | 91c837fe7281b7588a8bfbd4c265a6d8cef69fb9 (diff) | |
| download | emacs-e740f9d245b007e51fcc706338a4a1ac450c8307.tar.gz emacs-e740f9d245b007e51fcc706338a4a1ac450c8307.zip | |
Silence some --without-x compilation warnings
* custom.el (x-get-resource): Declare.
* frame.el (x-display-grayscale-p): Declare.
* simple.el (font-info): Declare.
* window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
(fit-frame-to-buffer): Explicit error if --without-x.
(mouse-autoselect-window-select): Silence compiler.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5b911a503b8..c6940ca600a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,15 @@ | |||
| 1 | 2013-09-18 Glenn Morris <rgm@gnu.org> | 1 | 2013-09-18 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * custom.el (x-get-resource): Declare. | ||
| 4 | |||
| 5 | * frame.el (x-display-grayscale-p): Declare. | ||
| 6 | |||
| 7 | * simple.el (font-info): Declare. | ||
| 8 | |||
| 9 | * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare. | ||
| 10 | (fit-frame-to-buffer): Explicit error if --without-x. | ||
| 11 | (mouse-autoselect-window-select): Silence compiler. | ||
| 12 | |||
| 3 | * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare. | 13 | * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare. |
| 4 | 14 | ||
| 5 | * eshell/em-cmpl.el (eshell-complete-parse-arguments): | 15 | * eshell/em-cmpl.el (eshell-complete-parse-arguments): |