diff options
Diffstat (limited to 'app-emacs/ebuild-mode/files/ebuild-mode-1.5-fix-tabify.patch')
-rw-r--r-- | app-emacs/ebuild-mode/files/ebuild-mode-1.5-fix-tabify.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/app-emacs/ebuild-mode/files/ebuild-mode-1.5-fix-tabify.patch b/app-emacs/ebuild-mode/files/ebuild-mode-1.5-fix-tabify.patch deleted file mode 100644 index 44e3a079a735..000000000000 --- a/app-emacs/ebuild-mode/files/ebuild-mode-1.5-fix-tabify.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- ebuild-mode.el~ 2007-03-22 16:02:50.000000000 +0100 -+++ ebuild-mode.el 2007-06-05 00:21:29.000000000 +0200 -@@ -72,7 +72,7 @@ - face)) - - (defun ebuild-mode-tabify () -- (save-excursion -+ (let ((tabify-regexp "^\t* [ \t]+")) - (tabify (point-min) (point-max)))) - - (define-derived-mode ebuild-mode shell-script-mode "Ebuild" |