From b735035750e161bb8de48d4b887fa0b2221ae206 Mon Sep 17 00:00:00 2001 From: hmurata Date: Wed, 22 Nov 2006 14:43:31 +0000 Subject: [PATCH] (wl-completing-read-multiple): Define as an alias of `completing-read-multiple' if emacs-version is not less than 22. --- wl/ChangeLog | 5 +++++ wl/wl-util.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/wl/ChangeLog b/wl/ChangeLog index 76a0af4..2571c31 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,3 +1,8 @@ +2006-11-22 Hiroya Murata + + * wl-util.el (wl-completing-read-multiple): Define as an alias of + `completing-read-multiple' if emacs-version is not less than 22. + 2006-11-12 Hiroya Murata * wl-mime.el (wl-mime-pgp-verify-region-with-epg): Follow the API diff --git a/wl/wl-util.el b/wl/wl-util.el index 739fe39..0bba527 100644 --- a/wl/wl-util.el +++ b/wl/wl-util.el @@ -1210,7 +1210,7 @@ is enclosed by at least one regexp grouping construct." nil initial-input hist def inherit-input-method)))) (t - (defalias 'wl-completing-read-multiple 'wl-completing-read-multiple-2))) + (defalias 'wl-completing-read-multiple 'completing-read-multiple))) (require 'product) -- 1.7.10.4