]> git.eshelyaron.com Git - emacs.git/commitdiff
Really delete gud-overload-functions.
authorRichard M. Stallman <rms@gnu.org>
Fri, 30 Sep 1994 09:12:09 +0000 (09:12 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 30 Sep 1994 09:12:09 +0000 (09:12 +0000)
lisp/gud.el

index e83d1f3d0cadda3f77ccc9907317d7b0e56aeee2..c8cf26c4d91d222b0f89b6948675f6c03dc964b2 100644 (file)
 (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)