mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-15 17:00:26 +00:00
* lisp/progmodes/cc-defs.el: Comment change.
This commit is contained in:
parent
2dd12e7ff0
commit
b6d3ee5f4e
@ -369,7 +369,7 @@ to it is returned. This function does not modify the point or the mark."
|
||||
(put 'c-safe 'lisp-indent-function 0)
|
||||
|
||||
(defmacro c-int-to-char (integer)
|
||||
;; In GNU Emacs, a character is an integer. In XEmacs, a character is a
|
||||
;; In Emacs, a character is an integer. In XEmacs, a character is a
|
||||
;; type distinct from an integer. Sometimes we need to convert integers to
|
||||
;; characters. `c-int-to-char' makes this conversion, if necessary.
|
||||
(if (fboundp 'int-to-char)
|
||||
|
Loading…
Reference in New Issue
Block a user