* progmodes/grep.el (grep-regexp-alist):
* international/mule-cmds.el (iso-2022-control-alist): * emacs-lisp/timer.el (timer-duration-words): * subr.el (version-separator, version-regexp-alist): * minibuffer.el (completion-styles-alist): * faces.el (face-attribute-name-alist, list-faces-sample-text): Change defvars to defconsts.
This commit is contained in:
parent
a042de45b1
commit
2f7f4beee9
7 changed files with 16 additions and 8 deletions
|
@ -496,7 +496,7 @@ If the user does not answer after SECONDS seconds, return DEFAULT-VALUE."
|
|||
(with-timeout (seconds default-value)
|
||||
(y-or-n-p prompt)))
|
||||
|
||||
(defvar timer-duration-words
|
||||
(defconst timer-duration-words
|
||||
(list (cons "microsec" 0.000001)
|
||||
(cons "microsecond" 0.000001)
|
||||
(cons "millisec" 0.001)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue