* fontset.el (vertical-centering-font-regexp): Set standard-value.
This commit is contained in:
parent
d84b610817
commit
56cd351d2b
2 changed files with 5 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
2013-05-09 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* international/fontset.el (vertical-centering-font-regexp):
|
||||
Set standard-value.
|
||||
|
||||
* tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
|
||||
|
||||
* bookmark.el (bookmark-search-delay):
|
||||
|
|
|
@ -805,6 +805,8 @@ Internal use only. Should be called at startup time."
|
|||
;; These fonts require vertical centering.
|
||||
(setq vertical-centering-font-regexp
|
||||
(purecopy "gb2312\\|gbk\\|gb18030\\|jisx0208\\|jisx0212\\|ksc5601\\|cns11643\\|big5"))
|
||||
(put 'vertical-centering-font-regexp 'standard-value
|
||||
(list vertical-centering-font-regexp))
|
||||
|
||||
;; CDAC fonts are actually smaller than their design sizes.
|
||||
(setq face-font-rescale-alist
|
||||
|
|
Loading…
Add table
Reference in a new issue