comparison lisp/emacs-lisp/lisp-mode.el @ 93806:e3bcfa0ca892

*** empty log message ***
author Dan Nicolaescu <dann@ics.uci.edu>
date Mon, 07 Apr 2008 01:20:06 +0000
parents 8bdec2731742
children 3f795454be96
comparison
equal deleted inserted replaced
93805:a67fd7ca42f4 93806:e3bcfa0ca892
297 (define-key tracing-map [tr-uf] 297 (define-key tracing-map [tr-uf]
298 '(menu-item "Untrace function..." untrace-function 298 '(menu-item "Untrace function..." untrace-function
299 :help "Untraces FUNCTION and possibly activates all remaining advice")) 299 :help "Untraces FUNCTION and possibly activates all remaining advice"))
300 (define-key tracing-map [tr-sep] '("--")) 300 (define-key tracing-map [tr-sep] '("--"))
301 (define-key tracing-map [tr-q] 301 (define-key tracing-map [tr-q]
302 '(menu-item "Trace function quietly..." trace-function 302 '(menu-item "Trace function quietly..." trace-function-background
303 :help "Trace the function with trace output going quietly to a buffer")) 303 :help "Trace the function with trace output going quietly to a buffer"))
304 (define-key tracing-map [tr-f] 304 (define-key tracing-map [tr-f]
305 '(menu-item "Trace function..." trace-function 305 '(menu-item "Trace function..." trace-function
306 :help "Trace the function given as a argument")) 306 :help "Trace the function given as a argument"))
307 (define-key menu-map [profiling] (cons "Profiling" prof-map)) 307 (define-key menu-map [profiling] (cons "Profiling" prof-map))