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

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

[elpa] externals/dismal 730658c: * dismal.el (dismal-send-cmd-to-shell):


From: Stefan Monnier
Subject: [elpa] externals/dismal 730658c: * dismal.el (dismal-send-cmd-to-shell): Fix typo
Date: Mon, 1 Jun 2020 09:34:43 -0400 (EDT)

branch: externals/dismal
commit 730658c7bf7801e65d4be1d37d767f90f08d4cfc
Author: Stefan Monnier <monnier@iro.umontreal.ca>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>

    * dismal.el (dismal-send-cmd-to-shell): Fix typo
---
 dismal.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dismal.el b/dismal.el
index caf9660..d38c536 100644
--- a/dismal.el
+++ b/dismal.el
@@ -1,6 +1,6 @@
-;;; dismal.el --- Dis Mode Ain't Lotus: Spreadsheet program Emacs
+;;; dismal.el --- Dis Mode Ain't Lotus: Spreadsheet program Emacs  -*- 
lexical-binding: t; -*-
 
-;; Copyright (C) 1993-2019 Free Software Foundation, Inc.
+;; Copyright (C) 1993-2020 Free Software Foundation, Inc.
 
 ;; Author: David Fox, fox@cs.nyu.edu
 ;;         Frank E. Ritter, ritter@cs.cmu.edu
@@ -4515,8 +4515,8 @@ Writes an extra tab if last field is empty for use in 
other programs, like S."
                          nil "-i")
          ;; could use make-local-hook, but thats a relatively new
          ;; function, so do it the hard way for now.
-         (setq (make-local-variable 'dismal-gnuplot-finish)
-                dis-gnuplot-kill-gplot)
+         (set (make-local-variable 'dismal-gnuplot-finish)
+               dis-gnuplot-kill-gplot)
          (add-hook 'kill-buffer-hook #'dis-gnuplot-finished)
          ;;(shell)
          ))



reply via email to

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