1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-04 06:31:13 -08:00

Add autoload cookie for xref-marker-stack-empty-p (Bug#19554).

* progmodes/xref.el (xref-marker-stack-empty-p): Add autoload
cookie (Bug#19554).
This commit is contained in:
Martin Rudalics 2015-01-12 18:26:39 +01:00
parent e946a9acf6
commit cc59a3e577
2 changed files with 4 additions and 0 deletions

View file

@ -1,5 +1,8 @@
2015-01-12 Martin Rudalics <rudalics@gmx.at>
* progmodes/xref.el (xref-marker-stack-empty-p): Add autoload
cookie (Bug#19554).
* frame.el (frame-notice-user-settings): Remove code dealing with
frame-initial-frame-tool-bar-height. Turn off `tool-bar-mode'
only if `window-system-frame-alist' or `default-frame-alist' ask

View file

@ -301,6 +301,7 @@ backward."
(let ((marker (ring-remove ring)))
(set-marker marker nil nil)))))
;;;###autoload
(defun xref-marker-stack-empty-p ()
"Return t if the marker stack is empty; nil otherwise."
(ring-empty-p xref--marker-ring))