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
2abd71e5
Commit
2abd71e5
authored
Feb 08, 2014
by
Glenn Morris
Browse files
* lisp/emacs-lisp/warnings.el (lwarn): Empower help-enable-auto-load.
Fixes: debbugs:15940
parent
c1b5900b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/emacs-lisp/warnings.el
lisp/emacs-lisp/warnings.el
+3
-0
No files found.
lisp/ChangeLog
View file @
2abd71e5
2014-02-09 Glenn Morris <rgm@gnu.org>
* emacs-lisp/warnings.el (lwarn):
Empower help-enable-auto-load. (Bug#15940)
2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
* vc/log-edit.el (log-edit-comment-to-change-log): Doc fix.
...
...
lisp/emacs-lisp/warnings.el
View file @
2abd71e5
...
...
@@ -306,9 +306,12 @@ See also `warning-series', `warning-prefix-function' and
(
set-window-start
window
warning-series
))
(
sit-for
0
))))))))
;; Use \\<special-mode-map> so that help-enable-auto-load can do its thing.
;; Any keymap that is defined will do.
;;;###autoload
(
defun
lwarn
(
type
level
message
&rest
args
)
"Display a warning message made from (format MESSAGE ARGS...).
\\<special-mode-map>
Aside from generating the message with `format',
this is equivalent to `display-warning'.
...
...
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