diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-12-16 01:39:18 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-12-16 01:39:18 +0000 |
commit | 22cf571f528d3fc4e39474c078545203be332dca (patch) | |
tree | fd785ddd1473a7d61bdab517765756169dabfe5e /lisp/dos-fns.el | |
parent | 08fa9ef710ebe4ce8f4bfc9fc7f34bf5a1015ede (diff) | |
download | emacs-22cf571f528d3fc4e39474c078545203be332dca.tar.gz |
(register-name-alist): Use defvar.
Diffstat (limited to 'lisp/dos-fns.el')
-rw-r--r-- | lisp/dos-fns.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/dos-fns.el b/lisp/dos-fns.el index 2d7ad746c77..00d4a36d0e1 100644 --- a/lisp/dos-fns.el +++ b/lisp/dos-fns.el @@ -81,7 +81,7 @@ with a definition that really does change some file names." (defvar msdos-shells '("command.com" "4dos.com" "ndos.com") "*List of shells that use `/c' instead of `-c' and a backslashed command.") -(defconst register-name-alist +(defvar register-name-alist '((ax . 0) (bx . 1) (cx . 2) (dx . 3) (si . 4) (di . 5) (cflag . 6) (flags . 7) (al . (0 . 0)) (bl . (1 . 0)) (cl . (2 . 0)) (dl . (3 . 0)) |