Fix crm.el compilation warning
* lisp/emacs-lisp/crm.el (crm-default-separator): Move to avoid compilation warning.
This commit is contained in:
parent
061de95d59
commit
2f823ffd28
1 changed files with 2 additions and 2 deletions
|
@ -77,6 +77,8 @@
|
|||
|
||||
;;; Code:
|
||||
|
||||
(define-obsolete-variable-alias 'crm-default-separator 'crm-separator "29.1")
|
||||
|
||||
(defvar crm-separator "[ \t]*,[ \t]*"
|
||||
"Separator regexp used for separating strings in `completing-read-multiple'.
|
||||
It should be a regexp that does not match the list of completion candidates.")
|
||||
|
@ -294,8 +296,6 @@ with empty strings removed."
|
|||
;(completing-read my-prompt my-table nil t)
|
||||
;(completing-read my-prompt my-table nil "match")
|
||||
|
||||
(define-obsolete-variable-alias 'crm-default-separator 'crm-separator "29.1")
|
||||
|
||||
(provide 'crm)
|
||||
|
||||
;;; crm.el ends here
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue