Skip to content

Commit

Permalink
Merge branch 'devel2' for minor edits
Browse files Browse the repository at this point in the history
  • Loading branch information
deusmax committed Apr 22, 2020
2 parents 1b75411 + 491c0f8 commit 8373615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gnus-mylist-org.el
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ Add a gnus-link to the org entry as a log-note, then tidy up."
(defun gnus-mylist-org-outshine-comment-region-advice (beg end &optional arg)
"Check the current major mode.
BEG, END and optional ARG are the agruments of the function to be advised."
(ignore beg eng arg) ; keep byte compiler quiet
(ignore beg end arg) ; keep byte compiler quiet
(eq major-mode 'gnus-summary-mode))

;; don't allow outshine-comment-region to proceed for gnus buffers.
Expand Down

0 comments on commit 8373615

Please sign in to comment.