]> code.delx.au - gnu-emacs/blobdiff - lisp/abbrev.el
Misc changes to avoid using path == file name.
[gnu-emacs] / lisp / abbrev.el
index 8e6b3ae69d8ec19ef9f9da2ba8f036754294f533..a73c8e0fe8d9aeb7edba1bca50ff944b8eb6eef4 100644 (file)
@@ -219,7 +219,7 @@ The argument FILE is the file name to write."
      (while tables
        (insert-abbrev-table-description (car tables) nil)
        (setq tables (cdr tables))))
-   (write-region 1 (point-max) file)
+   (write-region (point-min) (point-max) file)
    (erase-buffer)))
 \f
 (defun add-mode-abbrev (arg)