Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
56cd351d
Commit
56cd351d
authored
May 08, 2013
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* fontset.el (vertical-centering-font-regexp): Set standard-value.
parent
d84b6108
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
lisp/ChangeLog
lisp/ChangeLog
+3
-0
lisp/international/fontset.el
lisp/international/fontset.el
+2
-0
No files found.
lisp/ChangeLog
View file @
56cd351d
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):
...
...
lisp/international/fontset.el
View file @
56cd351d
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment