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
311273ab
Commit
311273ab
authored
Sep 13, 2013
by
Glenn Morris
Browse files
* lisp/gnus/gnus-spec.el (gnus-xmas-format): Fix weird error call.
parent
96fd6ea2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
lisp/gnus/ChangeLog
lisp/gnus/ChangeLog
+2
-0
lisp/gnus/gnus-spec.el
lisp/gnus/gnus-spec.el
+2
-1
No files found.
lisp/gnus/ChangeLog
View file @
311273ab
2013-09-13 Glenn Morris <rgm@gnu.org>
* gnus-spec.el (gnus-xmas-format): Fix weird error call.
* gnus-html.el (declare-function): Add compat stub for ancient Emacs.
(image-size): Declare.
...
...
lisp/gnus/gnus-spec.el
View file @
311273ab
...
...
@@ -512,7 +512,8 @@ are supported for %s."
(
delete-char
-1
))
(
t
(
if
(
null
args
)
(
error
'wrong-number-of-arguments
#'
my-format
n
fstring
))
(
signal
'wrong-number-of-arguments
(
list
#'
gnus-xmas-format
n
fstring
)))
(
let*
((
minlen
(
string-to-number
(
or
(
match-string
2
)
""
)))
(
arg
(
car
args
))
(
str
(
if
(
stringp
arg
)
arg
(
format
"%s"
arg
)))
...
...
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