emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] 08/35: Fix Issue #268


From: Matthew Fidler
Subject: [elpa] 08/35: Fix Issue #268
Date: Fri, 11 Jul 2014 22:33:21 +0000

mlf176f2 pushed a commit to branch externals/ergoemacs-mode
in repository elpa.

commit a6feabc586c0a0386b0478a4c768f059307f51e1
Author: Matthew L. Fidler <address@hidden>
Date:   Mon Jul 7 08:53:53 2014 -0500

    Fix Issue #268
---
 ergoemacs-menus.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ergoemacs-menus.el b/ergoemacs-menus.el
index f204935..e418d0e 100644
--- a/ergoemacs-menus.el
+++ b/ergoemacs-menus.el
@@ -255,7 +255,7 @@ All other modes are assumed to be minor modes or 
unimportant.
                             menu-item  ,(cond
                                          ((eq system-type 'windows-nt) "In 
Explorer")
                                          ((eq system-type 'darwin) "In Finder")
-                                         ((t "In File Manager")))
+                                         (t "In File Manager"))
                             ergoemacs-open-in-desktop)))
           ;; FIXME -- Somehow put open last closed in recentf menu; It
           ;; seems to fit there the best



reply via email to

[Prev in Thread] Current Thread [Next in Thread]