diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-09-30 09:12:09 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-09-30 09:12:09 +0000 |
commit | c75e51a32587e31e527acb909377a711abf990a0 (patch) | |
tree | 5bfafd6e8d3f40e95cbca251666f458e1e1a89e6 /lisp/gud.el | |
parent | ee97eac30f07c7bdff39aab3ba8a4e4f9579be4b (diff) | |
download | emacs-c75e51a32587e31e527acb909377a711abf990a0.tar.gz |
Really delete gud-overload-functions.
Diffstat (limited to 'lisp/gud.el')
-rw-r--r-- | lisp/gud.el | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lisp/gud.el b/lisp/gud.el index e83d1f3d0ca..c8cf26c4d91 100644 --- a/lisp/gud.el +++ b/lisp/gud.el @@ -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) |