[gnu-smalltalk] Add forgotten patch

Jochen Schmitt s4504kr at fedoraproject.org
Wed May 29 16:29:43 UTC 2013


commit 8f6c751f91243beb45cdd2f2d63dc3b895b476df
Author: Jochen Schmitt <Jochen at herr-schmitt.de>
Date:   Wed May 29 18:29:35 2013 +0200

    Add forgotten patch

 gst-3.2.5-emacs.patch |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)
---
diff --git a/gst-3.2.5-emacs.patch b/gst-3.2.5-emacs.patch
new file mode 100644
index 0000000..dfcb30c
--- /dev/null
+++ b/gst-3.2.5-emacs.patch
@@ -0,0 +1,12 @@
+diff -up smalltalk-3.2.5/smalltalk-mode-init.el.in.emx smalltalk-3.2.5/smalltalk-mode-init.el.in
+--- smalltalk-3.2.5/smalltalk-mode-init.el.in.emx	2013-05-29 17:27:14.684817180 +0200
++++ smalltalk-3.2.5/smalltalk-mode-init.el.in	2013-05-29 17:31:02.714077525 +0200
+@@ -13,7 +13,7 @@
+ 
+ (push '("\\.st\\'" . smalltalk-mode) auto-mode-alist)
+ 
+-(push "\\.star\\'" inhibit-first-line-modes-regexps)
++(push "\\.star\\'" inhibit-local-variables-regexps)
+ 
+ (autoload 'smalltalk-mode "@lispdir@/smalltalk-mode.elc" "" t)
+ @WITH_EMACS_COMINT_TRUE@(autoload 'gst "@lispdir@/gst-mode.elc" "" t)


More information about the scm-commits mailing list