diff options
| author | Dmitry Gutov | 2022-08-15 02:22:59 +0300 |
|---|---|---|
| committer | Dmitry Gutov | 2022-08-15 02:22:59 +0300 |
| commit | ee3a674c7c9e39fe7ff296ce1f9830fc45520de8 (patch) | |
| tree | e8ba1e7be54314f208454e80e3d31044c913f3eb /lisp/gnus/gnus.el | |
| parent | fe0e53d963899a16e0dd1bbc1ba10a6b59f7989e (diff) | |
| parent | 0a8e88fd83db5398d36064a7f87cff5b57da7284 (diff) | |
| download | emacs-scratch/font_lock_large_files.tar.gz emacs-scratch/font_lock_large_files.zip | |
Merge branch 'master' into scratch/font_lock_large_filesscratch/font_lock_large_files
Diffstat (limited to 'lisp/gnus/gnus.el')
| -rw-r--r-- | lisp/gnus/gnus.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/gnus/gnus.el b/lisp/gnus/gnus.el index b036978efa8..0afd873a5df 100644 --- a/lisp/gnus/gnus.el +++ b/lisp/gnus/gnus.el | |||
| @@ -4166,8 +4166,7 @@ prompt the user for the name of an NNTP server to use." | |||
| 4166 | ;; file. | 4166 | ;; file. |
| 4167 | (unless (string-match "^Gnus" gnus-version) | 4167 | (unless (string-match "^Gnus" gnus-version) |
| 4168 | (load "gnus-load" nil t)) | 4168 | (load "gnus-load" nil t)) |
| 4169 | (unless (or (byte-code-function-p (symbol-function 'gnus)) | 4169 | (unless (compiled-function-p (symbol-function 'gnus)) |
| 4170 | (subr-native-elisp-p (symbol-function 'gnus))) | ||
| 4171 | (message "You should compile Gnus") | 4170 | (message "You should compile Gnus") |
| 4172 | (sit-for 2)) | 4171 | (sit-for 2)) |
| 4173 | (let ((gnus-action-message-log (list nil))) | 4172 | (let ((gnus-action-message-log (list nil))) |