aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/format.el
diff options
context:
space:
mode:
authorJuanma Barranquero2003-02-04 11:26:42 +0000
committerJuanma Barranquero2003-02-04 11:26:42 +0000
commit71296446d3cec5bb2a27bc5ad6da574df38d0ec8 (patch)
tree0204c3c252547a44e2404959409034406f7680cd /lisp/format.el
parent693ff6134cb2ec65c7d188696f012662edadfbf0 (diff)
downloademacs-71296446d3cec5bb2a27bc5ad6da574df38d0ec8.tar.gz
emacs-71296446d3cec5bb2a27bc5ad6da574df38d0ec8.zip
Trailing whitespace deleted.
Diffstat (limited to 'lisp/format.el')
-rw-r--r--lisp/format.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/format.el b/lisp/format.el
index 0d538c25df7..c9259fd31a4 100644
--- a/lisp/format.el
+++ b/lisp/format.el
@@ -258,7 +258,7 @@ For most purposes, consider using `format-decode-region' instead."
258 (unwind-protect 258 (unwind-protect
259 (progn 259 (progn
260 ;; Don't record undo information for the decoding. 260 ;; Don't record undo information for the decoding.
261 261
262 (if (null format) 262 (if (null format)
263 ;; Figure out which format it is in, remember list in `format'. 263 ;; Figure out which format it is in, remember list in `format'.
264 (let ((try format-alist)) 264 (let ((try format-alist))
@@ -296,7 +296,7 @@ For most purposes, consider using `format-decode-region' instead."
296 (setq format (reverse format))) 296 (setq format (reverse format)))
297 (if visit-flag 297 (if visit-flag
298 (setq buffer-file-format format))) 298 (setq buffer-file-format format)))
299 299
300 (set-buffer-modified-p mod)) 300 (set-buffer-modified-p mod))
301 301
302 ;; Return new length of region 302 ;; Return new length of region
@@ -486,7 +486,7 @@ the value of `foo'."
486 ;; Now (cdr p) is the cons to delete 486 ;; Now (cdr p) is the cons to delete
487 (setcdr p (cdr cons)) 487 (setcdr p (cdr cons))
488 list))) 488 list)))
489 489
490(defun format-make-relatively-unique (a b) 490(defun format-make-relatively-unique (a b)
491 "Delete common elements of lists A and B, return as pair. 491 "Delete common elements of lists A and B, return as pair.
492Compares using `equal'." 492Compares using `equal'."