]> code.delx.au - gnu-emacs/blobdiff - lisp/emacs-lisp/warnings.el
Update copyright year to 2015
[gnu-emacs] / lisp / emacs-lisp / warnings.el
index 7f3657bbbe638635f47eedfb2eef149c99a71e51..3ab40265b22465c61ca1c1bfa3338af09dc04224 100644 (file)
@@ -1,8 +1,8 @@
 ;;; warnings.el --- log and display warnings
 
-;; Copyright (C) 2002-2011 Free Software Foundation, Inc.
+;; Copyright (C) 2002-2015 Free Software Foundation, Inc.
 
-;; Maintainer: FSF
+;; Maintainer: emacs-devel@gnu.org
 ;; Keywords: internal
 
 ;; This file is part of GNU Emacs.
@@ -306,9 +306,12 @@ See also `warning-series', `warning-prefix-function' and
                       (set-window-start window warning-series))
                     (sit-for 0))))))))
 \f
+;; 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'.