emacs-devel
[Top][All Lists]
Advanced

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

c in info should copy current node name


From: Pavel Janík
Subject: c in info should copy current node name
Date: Tue, 07 May 2002 17:30:52 +0200
User-agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.2.50 (i386-suse-linux-gnu)

Hi,

better show the change then talking about it:

--- info.el.~1.297.~    Tue Apr 30 06:54:45 2002
+++ info.el     Tue May  7 17:29:19 2002
@@ -2097,6 +2097,7 @@
   (define-key Info-mode-map "<" 'Info-top-node)
   (define-key Info-mode-map ">" 'Info-final-node)
   (define-key Info-mode-map "b" 'beginning-of-buffer)
+  (define-key Info-mode-map "c" 'Info-copy-current-node-name)
   (define-key Info-mode-map "d" 'Info-directory)
   (define-key Info-mode-map "e" 'Info-edit)
   (define-key Info-mode-map "f" 'Info-follow-reference)

Do you agree with this?
-- 
Pavel Janík

Make it right before you make it faster.
                  --  The Elements of Programming Style (Kernighan & Plaugher)



reply via email to

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