]> git.eshelyaron.com Git - emacs.git/commitdiff
(gud-massage-args): Variable and function deleted.
authorRichard M. Stallman <rms@gnu.org>
Thu, 2 Mar 1995 08:34:04 +0000 (08:34 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 2 Mar 1995 08:34:04 +0000 (08:34 +0000)
(gud-common-init): Don't set the variable.

lisp/gud.el

index 3dff754f966f6a2da4af8c6b866f5ae7e078bd4b..45518dd57f61bb111a9714c72bc7c9f6361ce853 100644 (file)
 (global-set-key (concat gud-key-prefix "\C-l") 'gud-refresh)
 (define-key ctl-x-map " " 'gud-break)  ;; backward compatibility hack
 
-(defvar gud-massage-args nil)
-(put 'gud-massage-args 'permanent-local t)
 (defvar gud-marker-filter nil)
 (put 'gud-marker-filter 'permanent-local t)
 (defvar gud-find-file nil)
 (put 'gud-find-file 'permanent-local t)
 
-(defun gud-massage-args (&rest args)
-  (apply gud-massage-args args))
-
 (defun gud-marker-filter (&rest args)
   (apply gud-marker-filter args))
 
@@ -1159,8 +1154,6 @@ comint mode, which see."
           (if file-word (funcall massage-args file args) args)))
   ;; Since comint clobbered the mode, we don't set it until now.
   (gud-mode)
-  (make-local-variable 'gud-massage-args)
-  (setq gud-massage-args massage-args)
   (make-local-variable 'gud-marker-filter)
   (setq gud-marker-filter marker-filter)
   (make-local-variable 'gud-find-file)