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

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

[elpa] externals/dismal 18f141b: * dismal.el (auto-mode-alist): Fix copy


From: Stefan Monnier
Subject: [elpa] externals/dismal 18f141b: * dismal.el (auto-mode-alist): Fix copy&paste error
Date: Thu, 20 May 2021 18:16:09 -0400 (EDT)

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

    * dismal.el (auto-mode-alist): Fix copy&paste error
---
 dismal.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dismal.el b/dismal.el
index d38c536..6002d0b 100644
--- a/dismal.el
+++ b/dismal.el
@@ -1,12 +1,12 @@
 ;;; dismal.el --- Dis Mode Ain't Lotus: Spreadsheet program Emacs  -*- 
lexical-binding: t; -*-
 
-;; Copyright (C) 1993-2020 Free Software Foundation, Inc.
+;; Copyright (C) 1993-2021 Free Software Foundation, Inc.
 
 ;; Author: David Fox, fox@cs.nyu.edu
 ;;         Frank E. Ritter, ritter@cs.cmu.edu
 ;; Maintainer: UnMaintainer <emacs-devel@gnu.org>
 ;; Created-On: 31 Oct 1991.
-;; Version: 1.5
+;; Version: 1.5.1
 ;; Package-Requires: ((cl-lib "0"))
 
 ;; This is free software: you can redistribute it and/or modify
@@ -1184,7 +1184,7 @@ Optional second argument non-nil means use scientific 
notation."
 
 ;; This make any new file ending in .dis get opened up into dismal-mode
 ;;;###autoload
-(add-to-list 'auto-mode-alist '("\\.dis\\'" . auto-mode-alist))
+(add-to-list 'auto-mode-alist '("\\.dis\\'" . dismal-mode))
 
 ;;;###autoload
 (defun dismal-mode ()



reply via email to

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