Changeset - de99b9d820e1
[Not reviewed]
0 1 0
Sergey Pashinin - 13 years ago 2013-05-06 20:06:42
sergey@pashinin.com
check function, not just some variable
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/workgroups-specialbufs.el
Show inline comments
 
@@ -88,7 +88,7 @@ Since `help-mode' is used by many buffers that aren't actually
 

	
 
(defun wg-serialize-magit-buffer (buffer)
 
  ""
 
  (if (boundp 'magit-status-mode-map)
 
  (if (fboundp 'magit-status-mode)
 
      (with-current-buffer buffer
 
        (when (eq major-mode 'magit-status-mode)
 
          (list 'wg-deserialize-magit-buffer
0 comments (0 inline, 0 general)