From 87d1fbc4741abd56bf374fd1d3c22b14657cb26c Mon Sep 17 00:00:00 2001 From: yamaoka Date: Tue, 13 Jan 2004 13:19:57 +0000 Subject: [PATCH] Synch to No Gnus 200401130513. --- lisp/ChangeLog | 9 +++++++++ lisp/dgnushack.el | 8 -------- lisp/lpath.el | 2 +- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7dbc686..3578d8b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,12 @@ +2004-01-13 Jesper Harder + + * message.el (message-expand-name): Silence the byte compiler. + + * lpath.el: Add detect-coding-system. + + * dgnushack.el (dgnushack-compile): Remove obsolete check for + cus-edit. + 2004-01-13 Simon Josefsson * gnus-score.el (gnus-score-edit-all-score): Fix prototype. diff --git a/lisp/dgnushack.el b/lisp/dgnushack.el index a8def9e..5c4a2c3 100644 --- a/lisp/dgnushack.el +++ b/lisp/dgnushack.el @@ -581,14 +581,6 @@ dgnushack-compile." (unless warn (setq byte-compile-warnings '(free-vars unresolved callargs redefine))) - (unless (locate-library "cus-edit") - (error "You do not seem to have Custom installed. -Fetch it from . -You also then need to add the following to the lisp/dgnushack.el file: - - (push \"~/lisp/custom\" load-path) - -Modify to suit your needs.")) ;; Show `load-path'. (message "load-path=(\"%s\")" diff --git a/lisp/lpath.el b/lisp/lpath.el index 36db29f..f77d516 100644 --- a/lisp/lpath.el +++ b/lisp/lpath.el @@ -32,7 +32,7 @@ (if (featurep 'xemacs) (progn - (maybe-fbind '(delete-overlay + (maybe-fbind '(delete-overlay detect-coding-string event-click-count event-end event-start find-coding-systems-for-charsets find-coding-systems-region find-coding-systems-string -- 1.7.10.4