Mercurial > emacs
changeset 9191:c534cf011c77
Really delete gud-overload-functions.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 30 Sep 1994 09:12:09 +0000 |
parents | 4e66c15e2d6c |
children | 082392c8f9be |
files | lisp/gud.el |
diffstat | 1 files changed, 0 insertions(+), 11 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/gud.el Fri Sep 30 09:11:36 1994 +0000 +++ b/lisp/gud.el Fri Sep 30 09:12:09 1994 +0000 @@ -49,17 +49,6 @@ (global-set-key (concat gud-key-prefix "\C-l") 'gud-refresh) (define-key ctl-x-map " " 'gud-break) ;; backward compatibility hack -;; ====================================================================== -;; the overloading mechanism - -(defun gud-overload-functions (gud-overload-alist) - "Overload functions defined in GUD-OVERLOAD-ALIST. -This association list has elements of the form - (ORIGINAL-FUNCTION-NAME OVERLOAD-FUNCTION)" - (mapcar - (function (lambda (p) (fset (car p) (symbol-function (cdr p))))) - gud-overload-alist)) - (defvar gud-massage-args nil) (put 'gud-massage-args 'permanent-local t) (defvar gud-marker-filter nil)