emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r114461: international/quail.el (quail-help): Make i


From: Kenichi Handa
Subject: [Emacs-diffs] trunk r114461: international/quail.el (quail-help): Make it not a command.
Date: Thu, 26 Sep 2013 13:52:14 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114461 [merge]
revision-id: address@hidden
parent: address@hidden
parent: address@hidden
committer: K. Handa <address@hidden>
branch nick: trunk
timestamp: Thu 2013-09-26 22:51:34 +0900
message:
  international/quail.el (quail-help): Make it not a command.
modified:
  etc/NEWS                       news-20100311060928-aoit31wvzf25yr1z-1
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/international/quail.el    quail.el-20091113204419-o5vbwnq5f7feedwu-1047
=== modified file 'etc/NEWS'
--- a/etc/NEWS  2013-09-22 09:31:55 +0000
+++ b/etc/NEWS  2013-09-26 13:46:50 +0000
@@ -154,6 +154,9 @@
 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
 

=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-09-26 00:46:29 +0000
+++ b/lisp/ChangeLog    2013-09-26 13:46:50 +0000
@@ -1,3 +1,7 @@
+2013-09-26  Kenichi Handa  <address@hidden>
+
+       * international/quail.el (quail-help): Make it not a command.
+
 2013-09-26  Leo Liu  <address@hidden>
 
        * minibuffer.el (completion-all-sorted-completions): Make args

=== modified file 'lisp/international/quail.el'
--- a/lisp/international/quail.el       2013-08-09 21:22:44 +0000
+++ b/lisp/international/quail.el       2013-09-26 13:46:50 +0000
@@ -2486,7 +2486,6 @@
   "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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]