diff options
| author | Glenn Morris | 2010-10-31 23:13:43 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-10-31 23:13:43 -0700 |
| commit | c8ccffb13ced19628f6b9b46e497b4d5ed2febff (patch) | |
| tree | ee46625430ea78adc60ae2dd711d51e82ea22447 /lisp/faces.el | |
| parent | f4ff702e2816f5756964ea6e81687f2aa8cc4a38 (diff) | |
| download | emacs-c8ccffb13ced19628f6b9b46e497b4d5ed2febff.tar.gz emacs-c8ccffb13ced19628f6b9b46e497b4d5ed2febff.zip | |
Fix some declarations.
* lisp/gnus/nnimap.el (gnutls-negotiate):
* lisp/gnus/nntp.el (netrc-parse): Fix declarations.
* lisp/faces.el (xw-defined-colors, x-setup-function-keys):
* lisp/mouse-sel.el (x-select-text):
* lisp/term/w32console.el (x-setup-function-keys): Update declarations.
Diffstat (limited to 'lisp/faces.el')
| -rw-r--r-- | lisp/faces.el | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/faces.el b/lisp/faces.el index 8b17e9ad59b..a8be29ff57d 100644 --- a/lisp/faces.el +++ b/lisp/faces.el | |||
| @@ -30,7 +30,7 @@ | |||
| 30 | (eval-when-compile | 30 | (eval-when-compile |
| 31 | (require 'cl)) | 31 | (require 'cl)) |
| 32 | 32 | ||
| 33 | (declare-function xw-defined-colors "term/x-win" (&optional frame)) | 33 | (declare-function xw-defined-colors "term/common-win" (&optional frame)) |
| 34 | 34 | ||
| 35 | (defvar help-xref-stack-item) | 35 | (defvar help-xref-stack-item) |
| 36 | 36 | ||
| @@ -1957,7 +1957,7 @@ Value is the new parameter list." | |||
| 1957 | (list (cons 'cursor-color fg))))))) | 1957 | (list (cons 'cursor-color fg))))))) |
| 1958 | 1958 | ||
| 1959 | (declare-function x-create-frame "xfns.c" (parms)) | 1959 | (declare-function x-create-frame "xfns.c" (parms)) |
| 1960 | (declare-function x-setup-function-keys "term/x-win" (frame)) | 1960 | (declare-function x-setup-function-keys "term/common-win" (frame)) |
| 1961 | 1961 | ||
| 1962 | (defun x-create-frame-with-faces (&optional parameters) | 1962 | (defun x-create-frame-with-faces (&optional parameters) |
| 1963 | "Create and return a frame with frame parameters PARAMETERS. | 1963 | "Create and return a frame with frame parameters PARAMETERS. |
| @@ -2570,5 +2570,4 @@ also the same size as FACE on FRAME, or fail." | |||
| 2570 | 2570 | ||
| 2571 | (provide 'faces) | 2571 | (provide 'faces) |
| 2572 | 2572 | ||
| 2573 | ;; arch-tag: 19a4759f-2963-445f-b004-425b9aadd7d6 | ||
| 2574 | ;;; faces.el ends here | 2573 | ;;; faces.el ends here |