Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
d11f2f38
Commit
d11f2f38
authored
Apr 12, 2012
by
Lars Magne Ingebrigtsen
Committed by
Katsumi Yamaoka
Apr 12, 2012
Browse files
gnus-msg.el (gnus-inews-insert-gcc): `C-x m' on a non-group line fixup
parent
9401b326
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/gnus/ChangeLog
lisp/gnus/ChangeLog
+5
-0
lisp/gnus/gnus-msg.el
lisp/gnus/gnus-msg.el
+1
-1
No files found.
lisp/gnus/ChangeLog
View file @
d11f2f38
2012-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
* gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
don't have a current group.
2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
* gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
...
...
lisp/gnus/gnus-msg.el
View file @
d11f2f38
...
...
@@ -1664,7 +1664,7 @@ this is a reply."
((functionp var)
;; A function.
(funcall var group))
(
t
(
group
;; An alist of regexps/functions/forms.
(while (and var
(not
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment