emacs.rst
changeset 1420 4d1d9be91688
parent 1334 9bf0d5a1f0cf
child 1476 f437a8297ba2
equal deleted inserted replaced
1419:9c6c35339ebc 1420:4d1d9be91688
    62 -------------------------------------------------------------
    62 -------------------------------------------------------------
    63 
    63 
    64 See value of variable ``load-history`` (by C-h v load-history RET)::
    64 See value of variable ``load-history`` (by C-h v load-history RET)::
    65 
    65 
    66   (symbol-file 'c-mode)
    66   (symbol-file 'c-mode)
       
    67   (find-lisp-object-file-name 'c-mode (symbol-function 'c-mode))
    67 
    68 
    68 Using edebug.
    69 Using edebug.
    69 -------------
    70 -------------
    70 
    71 
    71 Execute ``M-x edebug-defun`` (also on ``C-u C-M-x``) on defun in source code to
    72 Execute ``M-x edebug-defun`` (also on ``C-u C-M-x``) on defun in source code to