branch: master
commit 345c67cb802a0a173d716fcb2f936c6696f1f68b
Author: rocky <[email protected]>
Commit: rocky <[email protected]>
eval.el: issue #40
More FSF copyright assignment
---
realgud.el | 23 ++++++++++++-----------
realgud/common/eval.el | 1 -
2 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/realgud.el b/realgud.el
index a291064..e73320c 100644
--- a/realgud.el
+++ b/realgud.el
@@ -6,21 +6,22 @@
;; URL: http://github.com/rocky/emacs-dbgr
;; Compatibility: GNU Emacs 24.x
-;; Copyright (C) 2013-2015 Rocky Bernstein <[email protected]>
+;; Copyright (C) 2015 Free Software Foundation, Inc
-;; This program is free software: you can redistribute it and/or
-;; modify it under the terms of the GNU General Public License as
-;; published by the Free Software Foundation, either version 3 of the
-;; License, or (at your option) any later version.
+;; Author: Rocky Bernstein <[email protected]>
-;; This program is distributed in the hope that it will be useful, but
-;; WITHOUT ANY WARRANTY; without even the implied warranty of
-;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-;; General Public License for more details.
+;; This program is free software; you can redistribute it and/or modify
+;; it under the terms of the GNU General Public License as published by
+;; the Free Software Foundation, either version 3 of the License, or
+;; (at your option) any later version.
+
+;; This program is distributed in the hope that it will be useful,
+;; but WITHOUT ANY WARRANTY; without even the implied warranty of
+;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+;; GNU General Public License for more details.
;; You should have received a copy of the GNU General Public License
-;; along with this program. If not, see
-;; <http://www.gnu.org/licenses/>.
+;; along with this program. If not, see <http://www.gnu.org/licenses/>.
;;; Commentary:
diff --git a/realgud/common/eval.el b/realgud/common/eval.el
index 67bedb4..1ba52a4 100644
--- a/realgud/common/eval.el
+++ b/realgud/common/eval.el
@@ -73,7 +73,6 @@ This function must return nil if it doesn't handle EVENT."
(set-marker (process-mark process) (point)))
(setq comint-last-output-start
(setq realgud-last-output-start (process-mark process)))
- (realgud-track-mode-setup 't)
(tooltip-show (realgud:eval-strip process output-str))
)