summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Lund Steffensen <jonlst@gmail.com>2012-02-12 01:40:02 +0530
committerManish Sinha <manishsinha@ubuntu.com>2012-02-12 01:40:02 +0530
commit70ff087e61bb5ae484a3f7d331b13eff61e8671e (patch)
treead21f8db5e359afec027156d3c51aa4b9111a6af
parent63cdecab1b00f2756ecc79b6109b34699e89b225 (diff)
Fixes the bug which generated messages when opening or saving file in emacs
zeitgeist-event-interpretation: Symbol's function definition is void: zeitgeist-open-file-event Fun fact: This emacs bug was fixed using vim
-rwxr-xr-xemacs/zeitgeist.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs/zeitgeist.el b/emacs/zeitgeist.el
index d8ad73c..699919b 100755
--- a/emacs/zeitgeist.el
+++ b/emacs/zeitgeist.el
@@ -1,6 +1,7 @@
;;; The Zeitgeist Emacs Script -- integrates Emacs with Zeitgeist.
;;; Copyright (C) 2010, Patrick M. Niedzielski <PatrickNiedzielski@gmail.com>
;;; Copyright (C) 2011, Tassilo Horn <tassilo@member.fsf.org>
+;;; Copyright (C) 2012, Jo Lund Steffensen <jonlst@gmail.com>
;;;
;;; This program is free software: you can redistribute it and/or modify
;;; it under the terms of the GNU General Public License as published by
@@ -20,6 +21,7 @@
;;* Code
+(require 'cl)
(require 'dbus)
;;** General Functions