What functions and variables Emacs load and from which files?
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sat, 17 Nov 2012 11:50:46 +0200
changeset 1420 4d1d9be91688
parent 1419 9c6c35339ebc
child 1422 4ffeded88d41
What functions and variables Emacs load and from which files?
emacs.rst
--- a/emacs.rst	Tue Nov 13 11:30:35 2012 +0200
+++ b/emacs.rst	Sat Nov 17 11:50:46 2012 +0200
@@ -64,6 +64,7 @@
 See value of variable ``load-history`` (by C-h v load-history RET)::
 
   (symbol-file 'c-mode)
+  (find-lisp-object-file-name 'c-mode (symbol-function 'c-mode))
 
 Using edebug.
 -------------