X-Git-Url: https://cgit.sxemacs.org/?a=blobdiff_plain;ds=sidebyside;f=lisp%2Fdgnushack.el;h=f7c11eefbf7e8efdc38c9b58cbd48dcae51bb878;hb=b0c2b6c2289b6a63bd9b00813ea32617e9103101;hp=3defe55299764386361355affd0f74552e335fd8;hpb=f6c143aaed9dabcab84ea1aebbad8498dc6a3630;p=gnus diff --git a/lisp/dgnushack.el b/lisp/dgnushack.el index 3defe5529..f7c11eefb 100644 --- a/lisp/dgnushack.el +++ b/lisp/dgnushack.el @@ -147,6 +147,8 @@ (autoload 'defadvice "advice" nil nil 'macro)) (unless (boundp 'help-echo-owns-message) (defvar help-echo-owns-message)) + (unless (boundp 'gnus-registry-enabled) + (defvar gnus-registry-enabled nil)) (unless (fboundp 'url-retrieve-synchronously) (defalias 'url-retrieve-synchronously 'url-retrieve)) (unless (fboundp 'url-queue-retrieve) @@ -195,7 +197,6 @@ (autoload 'mail-fetch-field "mail-utils") (autoload 'make-annotation "annotations") (autoload 'make-display-table "disp-table") - (autoload 'pgg-snarf-keys-region "pgg" nil t) (autoload 'pp "pp") (autoload 'ps-despool "ps-print" nil t) (autoload 'ps-spool-buffer "ps-print" nil t) @@ -243,6 +244,7 @@ (defalias 'replace-highlight 'ignore) (defalias 'gnutls-available-p 'ignore) (defvar timer-list nil) + (defvar scroll-margin 0) (defalias 'w3-coding-system-for-mime-charset 'ignore))) (defun dgnushack-emacs-compile-defcustom-p ()