emacs.rst
changeset 782 bfd7453296ca
parent 777 e759f98ea3a8
child 797 11928bb0b66d
equal deleted inserted replaced
781:fd028a196ff0 782:bfd7453296ca
    91 ** Call tree.
    91 ** Call tree.
    92 
    92 
    93 Before byte compiling file execute
    93 Before byte compiling file execute
    94 
    94 
    95   (setq byte-compile-generate-call-tree t)
    95   (setq byte-compile-generate-call-tree t)
       
    96 
       
    97 ** Veiw buffer local variables.
       
    98 
       
    99   (pp (buffer-local-variables))
    96 
   100 
    97 * Emacs profiling.
   101 * Emacs profiling.
    98 
   102 
    99 ** benchmark.el.
   103 ** benchmark.el.
   100 
   104