From 6950f15268f8d94199140be49d73043a79fdfae4 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Thu, 26 Sep 2013 22:46:50 +0900 Subject: [PATCH] international/quail.el (quail-help): Make it not a command. --- etc/NEWS | 3 +++ lisp/ChangeLog | 4 ++++ lisp/international/quail.el | 1 - 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/etc/NEWS b/etc/NEWS index da17f5ddba5..c3518b6336b 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -154,6 +154,9 @@ not consume CPU cycles. some enhancements, like the ability to restore deleted frames. Command `frame-configuration-to-register' is still available, but unbound. +** The command `quail-help' is deleted. Use `C-h C-\' +(`describe-input-method') instead. + * Editing Changes in Emacs 24.4 diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cf450c55612..73d3cd973b6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2013-09-26 Kenichi Handa + + * international/quail.el (quail-help): Make it not a command. + 2013-09-26 Leo Liu * minibuffer.el (completion-all-sorted-completions): Make args diff --git a/lisp/international/quail.el b/lisp/international/quail.el index 245f7975d91..f2df229e349 100644 --- a/lisp/international/quail.el +++ b/lisp/international/quail.el @@ -2486,7 +2486,6 @@ should be made by `quail-build-decode-map' (which see)." "Show brief description of the current Quail package. Optional arg PACKAGE specifies the name of alternative Quail package to describe." - (interactive) (require 'help-mode) (let ((help-xref-mule-regexp help-xref-mule-regexp-template) (mb enable-multibyte-characters) -- 2.39.2