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

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

[nongnu] elpa/gnuplot cd73487 064/184: Remove other cruft


From: ELPA Syncer
Subject: [nongnu] elpa/gnuplot cd73487 064/184: Remove other cruft
Date: Sun, 29 Aug 2021 11:03:16 -0400 (EDT)

branch: elpa/gnuplot
commit cd73487ea2bfe3a4650c5bd83fb5b586a25e4108
Author: joddie <jonxfield@gmail.com>
Commit: joddie <jonxfield@gmail.com>

    Remove other cruft
---
 gnuplot.el | 14 ++------------
 1 file changed, 2 insertions(+), 12 deletions(-)

diff --git a/gnuplot.el b/gnuplot.el
index 80c84f3..1cdeea5 100644
--- a/gnuplot.el
+++ b/gnuplot.el
@@ -333,23 +333,14 @@
 ;; We no longer hack around ancient versions of Customize with macros
 (require 'custom)
 
-;; (eval-and-compile
-;;   (condition-case ()
-;;       (require 'kw-compl)
-;;     (error nil)))
 (eval-and-compile  ;; <DB>
   (require 'info))
+
 (eval-and-compile
   (condition-case ()
       (require 'info-look)
     (error nil)))
 
-;; this just gets rid of an annoying compile time error message
-;; (eval-when-compile
-;;   (defun gnuplot-dummy ())
-;;   (defalias 'hilit-set-mode-patterns 'gnuplot-dummy))
-
-
 (defconst gnuplot-xemacs-p (string-match "XEmacs" (emacs-version)))
 (defconst gnuplot-ntemacs-p (string-match "msvc" (emacs-version)))
 (defvar   gnuplot-three-eight-p "")
@@ -2626,8 +2617,7 @@ See the comments in `gnuplot-info-hook'."
                 (info-lookup-add-help
                  :mode 'gnuplot-comint-mode :topic 'symbol
                  :regexp "[a-zA-Z][_a-zA-Z0-9]*"
-                 :doc-spec doc-spec)
-               (message "hi dere"))))
+                 :doc-spec doc-spec))))
 
        ;; this hook is my best way of working with info-look and
        ;; allowing multiple versions of the gnuplot-info file.



reply via email to

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