]> git.eshelyaron.com Git - emacs.git/commitdiff
international/quail.el (quail-help): Make it not a command.
authorKenichi Handa <handa@gnu.org>
Thu, 26 Sep 2013 13:46:50 +0000 (22:46 +0900)
committerKenichi Handa <handa@gnu.org>
Thu, 26 Sep 2013 13:46:50 +0000 (22:46 +0900)
etc/NEWS
lisp/ChangeLog
lisp/international/quail.el

index da17f5ddba5eb97c130efa90116a235fa563fe10..c3518b6336be6b02dde796945d56db3e61a122fe 100644 (file)
--- 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.
+
 \f
 * Editing Changes in Emacs 24.4
 
index cf450c55612ff2d0050e337169fc590ff0464f7a..73d3cd973b6b71664fc2e6de9a9f544ccb797e7c 100644 (file)
@@ -1,3 +1,7 @@
+2013-09-26  Kenichi Handa  <handa@gnu.org>
+
+       * international/quail.el (quail-help): Make it not a command.
+
 2013-09-26  Leo Liu  <sdl.web@gmail.com>
 
        * minibuffer.el (completion-all-sorted-completions): Make args
index 245f7975d911f00bdc81480e8dbe900f6f731405..f2df229e349a9745b5971bf66d1f66dc5a4000c6 100644 (file)
@@ -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)