/[emacs]/emacs/lisp/emacs-lisp/lisp-mode.el
ViewVC logotype

Diff of /emacs/lisp/emacs-lisp/lisp-mode.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.149 by rms, Mon Jul 21 09:58:06 2003 UTC revision 1.149.2.1 by fx, Wed Sep 10 17:52:58 2003 UTC
# Line 447  alternative printed representations that Line 447  alternative printed representations that
447    "Return a string representing CHAR as a character rather than as an integer.    "Return a string representing CHAR as a character rather than as an integer.
448  If CHAR is not a character, return nil."  If CHAR is not a character, return nil."
449    (and (integerp char)    (and (integerp char)
450         (char-valid-p (event-basic-type char))         (characterp (event-basic-type char))
451         (concat         (concat
452          "?"          "?"
453          (mapconcat          (mapconcat

Legend:
Removed from v.1.149  
changed lines
  Added in v.1.149.2.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26