emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/fortran.el,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/fortran.el,v
Date: Sat, 02 Feb 2008 04:23:21 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/02/02 04:23:20

Index: fortran.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/progmodes/fortran.el,v
retrieving revision 1.142
retrieving revision 1.143
diff -u -b -r1.142 -r1.143
--- fortran.el  8 Jan 2008 20:46:14 -0000       1.142
+++ fortran.el  2 Feb 2008 04:23:20 -0000       1.143
@@ -196,7 +196,7 @@
   :type  'string
   :group 'fortran-comment)
 (put 'fortran-comment-indent-char 'safe-local-variable
-     (lambda (value) (or (char-valid-p value)
+     (lambda (value) (or (characterp value)
                          (and (stringp value)
                               (= (length value) 1)))))
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]