mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
Prefer UTF-8 when the encoding shouldn't matter and changes are small.
This commit is contained in:
parent
11f4d68f25
commit
c38e0c974e
47 changed files with 1084 additions and 1073 deletions
|
|
@ -137,8 +137,8 @@ or remove a tab stop. \\[ruler-mode-toggle-show-tab-stops] or
|
|||
(format "Invalid character value: %S" value))
|
||||
widget))))
|
||||
|
||||
(defcustom ruler-mode-fill-column-char (if (char-displayable-p ?¶)
|
||||
?\¶
|
||||
(defcustom ruler-mode-fill-column-char (if (char-displayable-p ?¶)
|
||||
?\¶
|
||||
?\|)
|
||||
"Character used at the `fill-column' location."
|
||||
:group 'ruler-mode
|
||||
|
|
@ -163,8 +163,8 @@ or remove a tab stop. \\[ruler-mode-toggle-show-tab-stops] or
|
|||
(integer :tag "Integer char value"
|
||||
:validate ruler-mode-character-validate)))
|
||||
|
||||
(defcustom ruler-mode-current-column-char (if (char-displayable-p ?¦)
|
||||
?\¦
|
||||
(defcustom ruler-mode-current-column-char (if (char-displayable-p ?¦)
|
||||
?\¦
|
||||
?\@)
|
||||
"Character used at the `current-column' location."
|
||||
:group 'ruler-mode
|
||||
|
|
@ -774,7 +774,7 @@ Optional argument PROPS specifies other text properties to apply."
|
|||
(provide 'ruler-mode)
|
||||
|
||||
;; Local Variables:
|
||||
;; coding: iso-latin-1
|
||||
;; coding: utf-8
|
||||
;; End:
|
||||
|
||||
;;; ruler-mode.el ends here
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue