diff options
Diffstat (limited to 'lisp/help.el')
| -rw-r--r-- | lisp/help.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/help.el b/lisp/help.el index dcf1f32069b..e9235460329 100644 --- a/lisp/help.el +++ b/lisp/help.el | |||
| @@ -1059,6 +1059,9 @@ is currently activated with completion." | |||
| 1059 | (setq minor-modes (cdr minor-modes))))) | 1059 | (setq minor-modes (cdr minor-modes))))) |
| 1060 | result)) | 1060 | result)) |
| 1061 | 1061 | ||
| 1062 | (declare-function x-display-pixel-height "xfns.c" (&optional terminal)) | ||
| 1063 | (declare-function x-display-pixel-width "xfns.c" (&optional terminal)) | ||
| 1064 | |||
| 1062 | ;;; Automatic resizing of temporary buffers. | 1065 | ;;; Automatic resizing of temporary buffers. |
| 1063 | (defcustom temp-buffer-max-height | 1066 | (defcustom temp-buffer-max-height |
| 1064 | (lambda (_buffer) | 1067 | (lambda (_buffer) |