]> code.delx.au - gnu-emacs/blobdiff - lisp/ebuff-menu.el
Fix previous change.
[gnu-emacs] / lisp / ebuff-menu.el
index bfac2afe6e9b3ab27aba721dd4e65af0f5b0dd49..2a89d4ef654cb759df239d24efaa78fe216697da 100644 (file)
@@ -20,8 +20,8 @@
 
 ;; You should have received a copy of the GNU General Public License
 ;; along with GNU Emacs; see the file COPYING.  If not, write to the
-;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-;; Boston, MA 02111-1307, USA.
+;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+;; Boston, MA 02110-1301, USA.
 
 ;;; Commentary:
 
@@ -162,7 +162,7 @@ Entry to this mode via command `electric-buffer-list' calls the value of
   (setq major-mode 'Electric-buffer-menu-mode)
   (goto-char (point-min))
   (if (search-forward "\n." nil t) (forward-char -1))
-  (run-hooks 'electric-buffer-menu-mode-hook))
+  (run-mode-hooks 'electric-buffer-menu-mode-hook))
 
 ;; generally the same as Buffer-menu-mode-map
 ;;  (except we don't indirect to global-map)