+2008-11-17 Glenn Morris <rgm@gnu.org>
+
+ * progmodes/cc-defs.el (c-put-char-property-fun): Add fallback
+ definition of 'ignore, rather than nil. (Bug#1353)
+
2008-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
* window.el (window--frame-usable-p): Allow use for soft-dedication.
(or (memq property prop)
(put-text-property pos (1+ pos)
'rear-nonsticky
- (cons property prop))))))))))
+ (cons property prop)))))))
+ ;; This won't be used for anything.
+ (t 'ignore))))
(cc-bytecomp-defun c-put-char-property-fun) ; Make it known below.
(defmacro c-put-char-property (pos property value)