summaryrefslogtreecommitdiff
path: root/debian/patches/02-fix-xcscope-el-typo.patch
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2010-06-03 13:44:08 +0200
committerTobias Klauser <tklauser@distanz.ch>2010-06-03 13:44:08 +0200
commitdd1ba6f530787377b3b13c0c01f426c271bd3225 (patch)
treeb85e6bb90728f6902d72cb2125ad3412725cbf3b /debian/patches/02-fix-xcscope-el-typo.patch
parentab3fd9bfb0f8a25492a18ec3cbbc9fc6a6bbe323 (diff)
parent2532a731d79ab37ac27c17fb84b6017a7f1ae4cb (diff)
Merge branch 'nmu-apply'
Conflicts: debian/changelog debian/control
Diffstat (limited to 'debian/patches/02-fix-xcscope-el-typo.patch')
-rw-r--r--debian/patches/02-fix-xcscope-el-typo.patch30
1 files changed, 30 insertions, 0 deletions
diff --git a/debian/patches/02-fix-xcscope-el-typo.patch b/debian/patches/02-fix-xcscope-el-typo.patch
new file mode 100644
index 0000000..ca1be71
--- /dev/null
+++ b/debian/patches/02-fix-xcscope-el-typo.patch
@@ -0,0 +1,30 @@
+From d847996d6d4f9f9c4e78d237c3ccb58619642865 Mon Sep 17 00:00:00 2001
+From: Jari Aalto <jari.aalto@cante.net>
+Date: Sat, 8 May 2010 20:14:55 +0300
+Subject: [PATCH] contrib/xcscope/xcscope.el: Fix typo Closes: #438170)
+Organization: Private
+Content-Type: text/plain; charset="utf-8"
+Content-Transfer-Encoding: 8bit
+
+
+Signed-off-by: Jari Aalto <jari.aalto@cante.net>
+---
+ contrib/xcscope/xcscope.el | 2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/contrib/xcscope/xcscope.el b/contrib/xcscope/xcscope.el
+index ce382a4..2a1098c 100644
+--- a/contrib/xcscope/xcscope.el
++++ b/contrib/xcscope/xcscope.el
+@@ -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.
+ ;;
+--
+1.7.0
+