`remove-list-of-text-properties'.
+2002-11-19 Masatake Yamato <jet@gyve.org> (tiny change)
+
+ * register.el (describe-register-1): Don't assign to val the value
+ returned by `remove-list-of-text-properties'.
+
2002-11-18 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
* calendar/diary-lib.el (fancy-diary-font-lock-keywords): Grok
at point, and point moves to the end of that number.
Interactively, NUMBER is the prefix arg (none means nil)."
(interactive "P\ncNumber to register: ")
- (set-register register
+ (set-register register
(if number
(prefix-numeric-value number)
(if (looking-at "\\s-*-?[0-9]+")
(princ (car val))))
((stringp val)
- (setq val
- (remove-list-of-text-properties 0 (length val)
- yank-excluded-properties val))
+ (remove-list-of-text-properties 0 (length val)
+ yank-excluded-properties val)
(if verbose
(progn
(princ "the text:\n")