diff options
| -rw-r--r-- | lisp/emacs-lisp/disass.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/disass.el b/lisp/emacs-lisp/disass.el index c23dbe1e068..82c8de6e133 100644 --- a/lisp/emacs-lisp/disass.el +++ b/lisp/emacs-lisp/disass.el | |||
| @@ -103,6 +103,7 @@ redefine OBJECT if it is a symbol." | |||
| 103 | (when (re-search-forward "^.*<.*>:" nil t 2) | 103 | (when (re-search-forward "^.*<.*>:" nil t 2) |
| 104 | (delete-region (match-beginning 0) (point-max))) | 104 | (delete-region (match-beginning 0) (point-max))) |
| 105 | (asm-mode) | 105 | (asm-mode) |
| 106 | (setq buffer-read-only t) | ||
| 106 | (cl-return-from disassemble-internal)) | 107 | (cl-return-from disassemble-internal)) |
| 107 | (error "Can't disassemble #<subr %s>" name))) | 108 | (error "Can't disassemble #<subr %s>" name))) |
| 108 | (if (eq (car-safe obj) 'macro) ;Handle macros. | 109 | (if (eq (car-safe obj) 'macro) ;Handle macros. |