From 321d3fb276378a7f563a472dc4ec86782128e704 Mon Sep 17 00:00:00 2001 From: Katsumi Yamaoka Date: Tue, 31 Aug 2010 06:59:54 +0000 Subject: [PATCH] lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind header-line-format for XEmacs 21.4. --- lisp/ChangeLog | 3 +++ lisp/lpath.el | 7 ++++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 05c66438b..7f7a21ad5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2010-08-31 Katsumi Yamaoka + * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind + header-line-format for XEmacs 21.4. + * gnus-sum.el (gnus-summary-stop-at-end-of-message) * gnus.el (gnus-valid-select-methods) * message.el (message-send-mail-partially-limit) diff --git a/lisp/lpath.el b/lisp/lpath.el index 0b5ec3d54..20e1d141d 100644 --- a/lisp/lpath.el +++ b/lisp/lpath.el @@ -56,9 +56,10 @@ vcard-pretty-print w3-coding-system-for-mime-charset window-pixel-height window-pixel-width)) (maybe-bind - '(eudc-protocol - filladapt-mode help-echo-owns-message itimer-list ps-print-color-p - smtpmail-default-smtp-server w3-meta-charset-content-type-regexp + '(completion-styles + eudc-protocol filladapt-mode help-echo-owns-message itimer-list + ps-print-color-p smtpmail-default-smtp-server + w3-meta-charset-content-type-regexp w3-meta-content-type-charset-regexp)))) (when (featurep 'xemacs) -- 2.25.1