summaryrefslogtreecommitdiff
path: root/debian/patches/02-fix-xcscope-el-typo.dpatch
diff options
context:
space:
mode:
authortony mancill <tmancill@debian.org>2010-06-03 13:40:55 +0200
committerTobias Klauser <tklauser@distanz.ch>2010-06-03 13:40:55 +0200
commit2532a731d79ab37ac27c17fb84b6017a7f1ae4cb (patch)
treed3dfc2464b2db0d3522538c8013269dab9ebc3cf /debian/patches/02-fix-xcscope-el-typo.dpatch
parentc3ca49de5b937873d599ce862ae1f365499f8bfb (diff)
Bug#565727: cscope: diff for NMU version 15.7a-3.1
tags 565727 + pending thanks Dear maintainer, I've prepared an NMU for cscope (versioned as 15.7a-3.1) and uploaded it to DELAYED/3. Please feel free to tell me if I should delay it longer. Regards, Tony
Diffstat (limited to 'debian/patches/02-fix-xcscope-el-typo.dpatch')
-rwxr-xr-xdebian/patches/02-fix-xcscope-el-typo.dpatch17
1 files changed, 0 insertions, 17 deletions
diff --git a/debian/patches/02-fix-xcscope-el-typo.dpatch b/debian/patches/02-fix-xcscope-el-typo.dpatch
deleted file mode 100755
index 6ebe4df..0000000
--- a/debian/patches/02-fix-xcscope-el-typo.dpatch
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh /usr/share/dpatch/dpatch-run
-## 02-fix-xcscope-el-typo.dpatch
-##
-## DP: Fixes a typo in contrib/xcscope/xcscope.el
-## DP: (Closes: #438170)
-
---- cscope-15.6/contrib/xcscope/xcscope.el.orig 2007-08-16 13:38:28.000000000 +0200
-+++ cscope-15.6/contrib/xcscope/xcscope.el 2007-08-16 13:38:38.000000000 +0200
-@@ -114,7 +114,7 @@
- ;; (define-key global-map [(control f11)] 'cscope-prev-symbol)
- ;; (define-key global-map [(control f12)] 'cscope-prev-file)
- ;; (define-key global-map [(meta f9)] 'cscope-display-buffer)
--;; (defin-ekey global-map [(meta f10)] 'cscope-display-buffer-toggle)
-+;; (define-key global-map [(meta f10)] 'cscope-display-buffer-toggle)
- ;;
- ;; 6. Restart (X)Emacs. That's it.
- ;;