mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Fix some custom types.
* lisp/gnus/gnus-fun.el (gnus-x-face-omit-files, gnus-face-omit-files): * lisp/gnus/gnus.el (gnus-valid-select-methods): * lisp/mail/rmail.el (rmail-get-coding-function): * lisp/net/newst-treeview.el (newsticker-groups-filename): * lisp/progmodes/hideif.el (hide-ifdef-exclude-define-regexp): * lisp/textmodes/tildify.el (tildify-space-predicates): * lisp/url/url-tramp.el (url-tramp-protocols): Fix custom types.
This commit is contained in:
parent
e85e0d5951
commit
30d465b060
7 changed files with 12 additions and 10 deletions
|
|
@ -417,7 +417,7 @@ current `case-fold-search' setting."
|
|||
"A list of predicate functions for `tildify-space' function."
|
||||
:version "25.1"
|
||||
:group 'tildify
|
||||
:type '(repeat 'function))
|
||||
:type '(repeat function))
|
||||
|
||||
(defcustom tildify-double-space-undos t
|
||||
"Weather `tildify-space' should undo hard space when space is typed again."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue