diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2022-09-14 17:54:05 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2022-09-14 17:54:05 +0200 |
commit | 6a22f7e5b7b30fa4fff21c24bdfe7f150f1d0ff6 (patch) | |
tree | 1c3d749eaa5850feb49876539dfefec61aa54646 /lisp/ldefs-boot.el | |
parent | a5e156581517d93b837f59992de8a8568582f8a9 (diff) | |
download | emacs-6a22f7e5b7b30fa4fff21c24bdfe7f150f1d0ff6.tar.gz emacs-6a22f7e5b7b30fa4fff21c24bdfe7f150f1d0ff6.tar.bz2 emacs-6a22f7e5b7b30fa4fff21c24bdfe7f150f1d0ff6.zip |
Regenerated ldefs-boot.el
Diffstat (limited to 'lisp/ldefs-boot.el')
-rw-r--r-- | lisp/ldefs-boot.el | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el index 909ecf773c6..e84795547c2 100644 --- a/lisp/ldefs-boot.el +++ b/lisp/ldefs-boot.el @@ -33558,12 +33558,10 @@ case, and the process object in the asynchronous case. ;;; Generated autoloads from vc/vc-git.el -(autoload 'vc-git-annotate-switches-safe-p "vc-git" "\ +(defun vc-git-annotate-switches-safe-p (switches) "\ Check if local value of `vc-git-annotate-switches' is safe. Currently only \"-w\" (ignore whitespace) is considered safe, but -this list might be extended in the future. - -(fn SWITCHES)") +this list might be extended in the future." (equal switches "-w")) (put 'vc-git-annotate-switches 'safe-local-variable #'vc-git-annotate-switches-safe-p) (defun vc-git-registered (file) "Return non-nil if FILE is registered with git." @@ -34724,6 +34722,11 @@ Turn on Viper emulation of Vi in Emacs. See Info node `(viper)Top'." t) (register-definition-prefixes "w32-vars" '("w32-")) +;;; Generated autoloads from image/wallpaper.el + +(register-definition-prefixes "wallpaper" '("wallpaper-")) + + ;;; Generated autoloads from emacs-lisp/warnings.el (defvar warning-prefix-function nil "\ |