X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/14acf2f55e96b3d01cd4f42508313a87d01c65cf..74f53697495eeb2caaa73d100d19591c0ee7bfaf:/lisp/ses.el diff --git a/lisp/ses.el b/lisp/ses.el index 86239022ed..b52d3e23c7 100644 --- a/lisp/ses.el +++ b/lisp/ses.el @@ -1,7 +1,6 @@ ;;; ses.el -- Simple Emacs Spreadsheet -*- coding: utf-8 -*- -;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 -;; Free Software Foundation, Inc. +;; Copyright (C) 2002-2011 Free Software Foundation, Inc. ;; Author: Jonathan Yavner ;; Maintainer: Jonathan Yavner @@ -3007,15 +3006,9 @@ current column and continues until the next nonblank column." (dolist (fun '(copy-region-as-kill yank)) (ad-remove-advice fun 'around (intern (concat "ses-" (symbol-name fun)))) (ad-update fun)) - (save-current-buffer - (dolist (buf (buffer-list)) - (set-buffer buf) - (when (eq major-mode 'ses-mode) - (funcall (or (default-value 'major-mode) 'fundamental-mode))))) ;; continue standard unloading nil) (provide 'ses) -;; arch-tag: 88c1ccf0-4293-4824-8c5d-0757b52217f3 ;;; ses.el ends here