diff options
author | Po Lu <luangruo@yahoo.com> | 2022-05-14 21:35:43 +0800 |
---|---|---|
committer | Po Lu <luangruo@yahoo.com> | 2022-05-14 21:35:43 +0800 |
commit | dbfbae8708d1ccf1015c4aafc151f96ec1caeb0e (patch) | |
tree | f0c67f9c593578bcf210083c303c93eba7a0cf00 /lisp/cus-edit.el | |
parent | 2c4e9985922b106389abf659d63d8dd721f2a9bc (diff) | |
parent | 725251094b37727d3acebed22abfb4aa7b9b6592 (diff) | |
download | emacs-dbfbae8708d1ccf1015c4aafc151f96ec1caeb0e.tar.gz emacs-dbfbae8708d1ccf1015c4aafc151f96ec1caeb0e.tar.bz2 emacs-dbfbae8708d1ccf1015c4aafc151f96ec1caeb0e.zip |
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
Diffstat (limited to 'lisp/cus-edit.el')
-rw-r--r-- | lisp/cus-edit.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index df4edb78a1b..6dff9ec97a2 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el @@ -1498,7 +1498,7 @@ symbols `custom-face' or `custom-variable'." (custom-buffer-create (custom-sort-items found t nil) "*Customize Saved*")))) -(declare-function apropos-parse-pattern "apropos" (pattern)) +(declare-function apropos-parse-pattern "apropos" (pattern &optional di-all)) (defvar apropos-regexp) ;;;###autoload |