emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/progmodes/hideshow.el,v


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/hideshow.el,v
Date: Sun, 17 Feb 2008 18:55:26 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   08/02/17 18:55:25

Index: progmodes/hideshow.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/progmodes/hideshow.el,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -b -r1.71 -r1.72
--- progmodes/hideshow.el       16 Feb 2008 07:40:05 -0000      1.71
+++ progmodes/hideshow.el       17 Feb 2008 18:55:23 -0000      1.72
@@ -355,7 +355,10 @@
     (define-key map "address@hidden"         'hs-hide-level)
     (define-key map "address@hidden"         'hs-toggle-hiding)
     (define-key map [(shift mouse-2)] 'hs-mouse-toggle-hiding)
-    (easy-menu-define hs-minor-mode-menu map
+    map)
+  "Keymap for hideshow minor mode.")
+
+(easy-menu-define hs-minor-mode-menu hs-minor-mode-map
       "Menu used when hideshow minor mode is active."
       '("Hide/Show"
        ["Hide Block"    hs-hide-block
@@ -370,8 +373,6 @@
         :help "Hide all block at levels below the current block"]
        ["Toggle Hiding" hs-toggle-hiding
         :help "Toggle the hiding state of the current block"]))
-    map)
-  "Keymap for hideshow minor mode.")
 
 (defvar hs-c-start-regexp nil
   "Regexp for beginning of comments.




reply via email to

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