emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 345c67c 014/215: eval.el: issue #40


From: Rocky Bernstein
Subject: [elpa] master 345c67c 014/215: eval.el: issue #40
Date: Sat, 30 Jul 2016 14:48:48 +0000 (UTC)

branch: master
commit 345c67cb802a0a173d716fcb2f936c6696f1f68b
Author: rocky <address@hidden>
Commit: rocky <address@hidden>

    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 <address@hidden>
+;; 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 <address@hidden>
 
-;; 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))
   )



reply via email to

[Prev in Thread] Current Thread [Next in Thread]