emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/eshell/esh-test.el


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/eshell/esh-test.el
Date: Mon, 27 Dec 2004 11:29:40 -0500

Index: emacs/lisp/eshell/esh-test.el
diff -c emacs/lisp/eshell/esh-test.el:1.8 emacs/lisp/eshell/esh-test.el:1.9
*** emacs/lisp/eshell/esh-test.el:1.8   Fri May 14 01:02:37 2004
--- emacs/lisp/eshell/esh-test.el       Mon Dec 27 16:15:53 2004
***************
*** 125,131 ****
    (let ((fsym (get-text-property (point) 'test-func)))
      (when fsym
        (let* ((def (symbol-function fsym))
!            (library (locate-library (symbol-file fsym)))
             (name (substring (symbol-name fsym)
                              (length "eshell-test--")))
             (inhibit-redisplay t))
--- 125,131 ----
    (let ((fsym (get-text-property (point) 'test-func)))
      (when fsym
        (let* ((def (symbol-function fsym))
!            (library (locate-library (symbol-file fsym 'defun)))
             (name (substring (symbol-name fsym)
                              (length "eshell-test--")))
             (inhibit-redisplay t))




reply via email to

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