Make a nil parameter switch variable-pitch-mode on
* lisp/face-remap.el (variable-pitch-mode): Make a nil parameter switch the mode on instead of toggling (bug#19384).
This commit is contained in:
parent
9365ff0527
commit
cca2ba5532
1 changed files with 1 additions and 1 deletions
|
@ -474,7 +474,7 @@ may be more appropriate."
|
|||
An interface to `buffer-face-mode' which uses the `variable-pitch' face.
|
||||
Besides the choice of face, it is the same as `buffer-face-mode'."
|
||||
(interactive (list (or current-prefix-arg 'toggle)))
|
||||
(buffer-face-mode-invoke 'variable-pitch arg
|
||||
(buffer-face-mode-invoke 'variable-pitch (or arg t)
|
||||
(called-interactively-p 'interactive)))
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue