emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#13673: closed (24.3.50; A minor bug in Emacs Lisp


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#13673: closed (24.3.50; A minor bug in Emacs Lisp manual)
Date: Mon, 11 Feb 2013 01:18:02 +0000

Your message dated Sun, 10 Feb 2013 20:16:44 -0500
with message-id <address@hidden>
and subject line Re: bug#13673: 24.3.50; A minor bug in Emacs Lisp manual
has caused the debbugs.gnu.org bug report #13673,
regarding 24.3.50; A minor bug in Emacs Lisp manual
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
13673: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13673
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 24.3.50; A minor bug in Emacs Lisp manual Date: Sun, 10 Feb 2013 23:22:30 +0800
In (info "(elisp) Key Binding Commands"):

 -- Command: global-unset-key key
 [...]
     This function is implemented simply using `define-key':

          (global-unset-key KEY)
          ==
          (define-key (current-global-map) KEY nil)

But the command `global-unset-key' is implemented using `global-set-key' in 
subr.el.  And the command `global-set-key' is implemented using `define-key'.

-- 
Best regards, Xue Fuqiao.
http://www.emacswiki.org/emacs/XueFuqiao



--- End Message ---
--- Begin Message --- Subject: Re: bug#13673: 24.3.50; A minor bug in Emacs Lisp manual Date: Sun, 10 Feb 2013 20:16:44 -0500 User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)
Version: 24.3

Ok.


--- End Message ---

reply via email to

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