emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/pcomplete.el


From: D . Goel
Subject: [Emacs-diffs] Changes to emacs/lisp/pcomplete.el
Date: Sun, 18 Sep 2005 08:25:09 -0400

Index: emacs/lisp/pcomplete.el
diff -c emacs/lisp/pcomplete.el:1.21 emacs/lisp/pcomplete.el:1.22
*** emacs/lisp/pcomplete.el:1.21        Sat Aug  6 22:13:43 2005
--- emacs/lisp/pcomplete.el     Sun Sep 18 12:25:02 2005
***************
*** 1138,1144 ****
                    (fboundp 'Info-goto-node))
               (listp pcomplete-help)))
        (if (listp pcomplete-help)
!         (message (eval pcomplete-help))
        (save-window-excursion (info))
        (switch-to-buffer-other-window "*info*")
        (funcall (symbol-function 'Info-goto-node) pcomplete-help))
--- 1138,1144 ----
                    (fboundp 'Info-goto-node))
               (listp pcomplete-help)))
        (if (listp pcomplete-help)
!         (message "%s" (eval pcomplete-help))
        (save-window-excursion (info))
        (switch-to-buffer-other-window "*info*")
        (funcall (symbol-function 'Info-goto-node) pcomplete-help))




reply via email to

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